/* Variables — Skin PAY-4 Botanique chic (Neo-Editorial vert sauge) */
:root{
  /* Couleurs imposees par da_choice */
  --bg: #F3EFE7;
  --bg-alt: #ECE6DA;
  --surface: #F8F4EC;
  --text: #2A2A26;
  --text-2: #4D4C46;
  --text-mute: #7A786F;
  --border: #D9D2C2;

  --accent: #3A4A40;        /* vert sauge fonce */
  --accent-2: #5C7062;      /* vert sauge plus clair */
  --accent-soft: rgba(58, 74, 64, 0.10);
  --primary: #2A2A26;       /* ink */
  --wa-green: #25D366;
  --google-blue: #4285F4;

  /* Polices */
  --ff-display: "Cormorant Garamond", "Cormorant", Georgia, serif;
  --ff-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ff-ui: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

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

  /* Header */
  --header-h: 76px;
  --header-h-mobile: 60px;

  /* Z-index : header > menu (anti-bug menu refermable) */
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1200;

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

  /* Espacements section */
  --section-py-mobile: 56px;
  --section-py-desktop: 96px;

  /* Transitions */
  --t-fast: .18s ease;
  --t-mid: .35s ease;
}
