/* PAY-11 Wellness Sapin - jn-paysage */
:root{
  /* Palette imposee */
  --bg: #EFF2EC;
  --bg-alt: #E5EADF;
  --surface: #FAFBF8;
  --text: #222A24;
  --text-2: #4A5550;
  --text-mute: #7A847E;
  --border: rgba(34, 42, 36, 0.12);
  --border-strong: rgba(34, 42, 36, 0.22);

  /* Accents */
  --accent: #29402F;
  --accent-2: oklch(48% 0.11 148);
  --accent-soft: rgba(41, 64, 47, 0.10);
  --accent-ink: #FFFFFF;
  --primary: #29402F;
  --wa-green: #25D366;
  --wa-green-dark: #128C7E;

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

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

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

  /* Z-index */
  --z-base: 1;
  --z-fab: 900;
  --z-menu: 1000;
  --z-header: 1100;
  --z-burger: 1200;
  --z-modal: 1300;

  /* Layout */
  --container: 1180px;
}
