/* ══════════════════════════════════════════
   variables.css – Design tokens Forestia Expertise
   Palette tirée du logo et des statuts OHADA
═══════════════════════════════════════════ */

:root {
  /* Couleurs principale */
  --vert-fonce:    #1a3a1f;
  --vert-moyen:    #2d6a32;
  --vert-clair:    #4a9c52;
  --vert-pale:     #d4ead6;
  --vert-bg:       #eef7ef;

  /* Brun (référence logo) */
  --brun:          #8b5e3c;
  --brun-clair:    #c4936a;

  /* Neutres */
  --creme:         #f8f4ef;
  --blanc:         #ffffff;
  --gris-clair:    #f4f4f4;
  --gris-border:   #e2e2e2;
  --texte:         #1e1e1e;
  --texte-muted:   #5a5a5a;
  --texte-light:   #9dc9a0;

  /* Typographie */
  --font-display:  'Playfair Display', Georgia, serif;
  --font-body:     'DM Sans', system-ui, sans-serif;

  /* Espacements */
  --section-pad:   6rem 1.5rem;
  --container-max: 1200px;
  --radius:        8px;
  --radius-lg:     16px;

  /* Ombres */
  --shadow-sm:     0 2px 8px rgba(0,0,0,0.06);
  --shadow-md:     0 6px 24px rgba(0,0,0,0.10);
  --shadow-lg:     0 16px 48px rgba(0,0,0,0.14);

  /* Transitions */
  --transition:    all 0.25s ease;
}
