:root {
  /* Couleurs RMECA */
  --color-primary:     #18434f;
  --color-primary-dk:  #0f2129;
  --color-gold:        #d9a043;
  --color-gold-lt:     #e8b96a;
  --color-brick:       #a0392d;
  --color-beige:       #ede5d8;
  --color-beige-dk:    #ddd3c3;
  --color-mountain:    #7ba5b0;
  --color-forest:      #345a4a;
  --color-white:       #ffffff;
  --color-text:        #0f2129;
  --color-text-mid:    #3a4a50;
  --color-text-muted:  #6b7f85;
  --color-gray:        #f0ebe4;
  --color-border:      #ddd3c3;

  /* Typographie */
  --font-display: 'Oswald', sans-serif;
  --font-body:    'Work Sans', sans-serif;
  --font-black:   800;
  --font-bold:    700;
  --font-semi:    600;
  --font-med:     500;
  --font-reg:     400;

  /* Tailles */
  --text-xs:   11px;
  --text-sm:   13px;
  --text-md:   15px;
  --text-lg:   17px;
  --text-xl:   20px;
  --text-2xl:  24px;
  --text-3xl:  30px;
  --text-4xl:  38px;
  --text-hero: 52px;

  /* Espacement */
  --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;
  --space-16: 64px;
  --space-20: 80px;
  --section-x: clamp(1.5rem, 5vw, 5rem);

  /* Formes */
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   16px;
  --radius-full: 9999px;

  /* Ombres */
  --shadow-sm: 0 1px 3px rgba(15,33,41,0.08);
  --shadow-md: 0 4px 12px rgba(15,33,41,0.12);
  --shadow-lg: 0 8px 24px rgba(15,33,41,0.16);

  /* Ligne */
  --leading-tight:   1.2;
  --leading-snug:    1.35;
  --leading-normal:  1.5;
  --leading-relaxed: 1.7;

  /* Tracking */
  --tracking-tight:   -0.02em;
  --tracking-normal:   0;
  --tracking-wide:     0.05em;
  --tracking-wider:    0.08em;
  --tracking-widest:   0.15em;
}
