/*
Theme Name: Astra Child
Theme URI: https://wordpress.org/
Description: Tema copil personalizată cu stiluri și funcții adiționale.
Author: WordPress Developer
Author URI: https://wordpress.org/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* ==========================================
   CULORI ȘI VARIABILE CSS GLOBALE
   ========================================== */
:root {
  --wp-child-primary: #2563eb;
  --wp-child-secondary: #0f172a;
  --wp-child-accent: #f59e0b;
  --wp-child-radius: 8px;
}

/* ==========================================
   STILURILE TALE PERSONALIZATE
   ========================================== */
body {
  /* Stiluri globale */
}

/* Butoane personalizate */
.button,
.btn-primary,
button[type="submit"] {
  border-radius: var(--wp-child-radius);
  transition: all 0.25s ease-in-out;
}
