/* ============================================================
   Design system — Association Kung Fu Neijia
   Direction « Dojo nocturne » (variante A) : sombre / cinématique,
   rouge vif en accent, titres impact. Noir / blanc / rouge.
   ============================================================ */

:root {
  /* Couleurs */
  --ink:        #0b0b0d;   /* noir profond (fond) */
  --ink-2:      #141418;   /* surfaces élevées */
  --ink-3:      #1d1d22;   /* cartes */
  --line:       #2a2a31;   /* filets / bordures */
  --fg:         #f4f1ea;   /* blanc cassé (texte) */
  --fg-muted:   #a09e98;   /* texte secondaire */
  --red:        #e11d2a;   /* rouge accent */
  --red-deep:   #b3121d;   /* rouge foncé (hover) */
  --red-soft:   #ff5a63;   /* rouge clair (manuscrit) */

  /* Typographie (fonts auto-hébergées dans css/fonts.css) — équivalents libres du brief */
  --font-title: 'Caveat', 'Segoe Script', cursive;      /* titres manuscrits (brief : Bradley Hand) */
  --font-body:  'Nunito Sans', system-ui, sans-serif;   /* corps arrondi (brief : Ayuthaya) */
  --font-ui:    'Inter', system-ui, sans-serif;         /* éléments d'interface (brief : Aptos) */
  --font-hand:  'Caveat', 'Segoe Script', cursive;      /* accent manuscrit (= titres) */

  /* Largeur de contenu */
  --maxw: 1160px;

  /* Échelle d'espacement */
  --s-1:4px; --s-2:8px; --s-3:12px; --s-4:16px; --s-6:24px;
  --s-8:32px; --s-12:48px; --s-16:64px; --s-24:96px;

  /* Rayon & courbe d'animation */
  --r: 4px;
  --ease: cubic-bezier(.22,.61,.36,1);
}
