/**
 * tokens.css — Diplomado ACBG / Bio-Carb Medicine Institute
 * Rebrandeado desde el azul de Medixora (#1565C0) al dorado/negro
 * ya establecido en el resto del sistema (landing, dashboard.html previo).
 */
:root {
  /* ── Color ── */
  --color-primary:       #9c7a1f;
  --color-primary-dark:  #6e5714;
  --color-primary-light: #d4af37;
  --color-sky:           #faf6ea;   /* fondo suave con acento dorado, equivalente al --color-sky azul original */
  --color-bg:            #0a0908;
  --color-surface:       #ffffff;
  --color-surface-dark:  #15130e;
  --color-border:        #e6dfc9;
  --color-text:           #1a1712;
  --color-muted:          #7a7261;
  --color-success:        #4a7a4a;
  --color-success-bg:     #e9f3e9;
  --color-error:           #b3503f;
  --color-error-bg:        #fbeae6;

  /* ── Tipografía ── */
  --font-display: 'Cormorant Garamond', 'Inter', serif;
  --font-body:    'Inter', system-ui, sans-serif;

  --text-xs:   0.75rem;
  --text-sm:   0.85rem;
  --text-base: 1rem;
  --text-lg:   1.15rem;
  --text-xl:   1.4rem;
  --text-2xl:  1.8rem;
  --text-3xl:  2.4rem;

  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;

  --leading-relaxed: 1.6;
  --tracking-wide:   0.06em;
  --tracking-wider:  0.12em;

  /* ── Espaciado ── */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;

  /* ── Radios y sombras ── */
  --radius-md:   10px;
  --radius-lg:   14px;
  --radius-xl:   20px;
  --radius-full: 999px;

  --shadow-sm: 0 2px 8px rgba(20,16,4,0.06);
  --shadow-md: 0 8px 24px rgba(20,16,4,0.10);
}
