/* PAY-10 Mousse - Neo-Editorial - Bonnissel Jardin */
:root{
  /* Couleurs skin imposee */
  --bg: #F6F0E6;
  --bg-alt: #EFE7D6;
  --surface: #FBF6EC;
  --text: #2E2820;
  --text-2: #4B4234;
  --text-mute: #7C6F5A;
  --ink: #2E2820;
  --border: #DCD2BD;
  --accent: #557544;
  --accent-2: #9A7B4F;
  --accent-soft: #DDE5D3;
  --primary: #2E2820;
  --wa-green: #25D366;

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

  /* Tailles */
  --container: 1200px;
  --header-h: 72px;
  --header-h-mobile: 60px;

  /* Rayons */
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-xl: 28px;

  /* Z-index */
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1200;

  /* Transitions */
  --t-fast: .18s ease;
  --t-base: .3s ease;
  --t-slow: .55s cubic-bezier(.2,.7,.2,1);
}
