/* =====================================================
   VARIABLES GLOBALES — astra-child
   Cargar en TODAS las páginas via enqueue.php
   ===================================================== */

:root {
  /* Colores principales */
  --fp-bg:           #ffffff;
  --fp-border:       #e2e6ea;
  --fp-border-focus: #193A67;
  --fp-text:         #1a1f2e;
  --fp-muted:        #6b7280;
  --fp-accent:       #1362FF;
  --fp-accent-hover: #0a4bce;

  /* Sombras */
  --fp-shadow:        0 2px 12px rgba(0, 0, 0, 0.08);
  --fp-shadow-sticky: 0 4px 20px rgba(0, 0, 0, 0.12);

  /* Radios */
  --fp-radius:    10px;
  --fp-radius-sm: 6px;

  /* Tipografía */
  --fp-font: 'DM Sans', 'Segoe UI', sans-serif;

  /* Transición */
  --fp-transition: 0.18s ease;
}
