/* Variables — Variante MEN-15 "Noyer" (Craft / Risograph) */
:root {
  /* Couleurs (palette Noyer adaptee, accent bois chaud avec micro touche bleu eau en accent-2) */
  --bg: #F2EADD;
  --bg-alt: #ECE2D2;
  --surface: #FAF5EB;
  --text: #2A211A;
  --text-2: #5A4A3D;
  --text-mute: #8A7868;
  --border: #D9CDB8;
  --accent: #6F4A2F;
  --accent-2: #1E4E5B;
  --primary: #6F4A2F;
  --wa-green: #25D366;
  --google-blue: #4285F4;

  /* Polices */
  --ff-display: "Playfair Display", "Lora", Georgia, serif;
  --ff-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ff-ui: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Rayons */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --r-xl: 22px;

  /* Header + layout */
  --header-h: 76px;
  --header-h-mobile: 60px;
  --container: 1200px;

  /* Z-index (header au dessus du menu, sinon menu non refermable) */
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1300;
  --z-fab: 900;

  /* Transitions */
  --t-fast: .18s ease;
  --t-base: .28s ease;
  --t-slow: .55s ease;
}
