/* PAY-6 Vert foret — Craft + Lora + Inter, accent #2E5B3E */
:root{
  /* couleurs skin */
  --bg: #F5F1EA;
  --bg-alt: #EBE4D6;
  --surface: #FFFBF4;
  --text: #2E2820;
  --text-2: #5A5247;
  --text-mute: #8A8175;
  --border: #DDD3BE;
  --accent: #2E5B3E;
  --accent-2: #4A8062;
  --accent-soft: #DDE7DF;
  --primary: #1F3F2A;
  --wa-green: #25D366;
  --wa-green-dark: #128C7E;

  /* polices */
  --ff-display: "Lora", "Libre Baskerville", Georgia, serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --ff-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

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

  /* header */
  --header-h: 72px;
  --header-h-mobile: 60px;

  /* layers */
  --z-header: 1100;
  --z-menu: 1000;
  --z-fab: 1050;
  --z-modal: 1200;

  /* layout */
  --container: 1180px;

  /* transitions */
  --t-fast: .18s ease;
  --t-mid: .35s cubic-bezier(.2,.7,.2,1);
}
