:root {
  /* Colors */
  --bg:           #F5F0E8;
  --surface:      #E8EDE5;
  --primary:      #2A4A35;
  --primary-h:    #3A6B4E;
  --text:         #1C1C1C;
  --text-muted:   #47474D;
  --ink:          #111111;
  --white:        #FFFFFF;
  --border:       #D4CFC6;

  /* Typography — 100% sans-serif.
     --font-title    : gros titres (Élagage / Entretien / Nettoyage...) — en
                        attendant que Pierre-Olivier y mette la typo "brush"
                        des artworks Team Air/Terre/Eau / du logo.
     --font-heading  : sous-titres (h3/h4, bannières, éléments courts).
     --font-body     : texte courant. */
  --font-title:   'Manrope', sans-serif;
  --font-heading: 'Manrope', sans-serif;
  --font-body:    'Inter', sans-serif;

  /* Spacing */
  --sp-xs: 0.5rem;
  --sp-sm: 1rem;
  --sp-md: 2rem;
  --sp-lg: 4rem;
  --sp-xl: 8rem;

  /* Misc */
  --radius:       6px;
  --shadow:       0 2px 8px rgba(0,0,0,0.08);
  --shadow-h:     0 6px 20px rgba(0,0,0,0.14);
  --transition:   0.2s ease;
  --max-width:    1200px;
}
