/* SK Paysagiste - Fontainebleau - DA imposee : PAY-19 Kaki Wellness */
:root {
  /* Couleurs skin PAY-19 Kaki */
  --bg: #F4F0E4;
  --bg-alt: #ECE7D6;
  --surface: #FBF8EF;
  --surface-deep: #2A3024;
  --text: #2C2A20;
  --text-2: #5B574A;
  --text-mute: #8A8674;
  --text-on-dark: #F4F0E4;
  --text-on-dark-2: #CFCDBF;
  --border: rgba(44, 42, 32, 0.14);
  --border-strong: rgba(44, 42, 32, 0.24);

  --accent: #5E6B3B;
  --accent-2: #94A06D;
  --accent-soft: #E2E4D2;
  --accent-on-dark: #C6CFA0;

  --primary: #5E6B3B;
  --wa-green: #25D366;

  /* Polices DA */
  --ff-display: "EB Garamond", "Garamond", "Times New Roman", serif;
  --ff-body: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --ff-ui: "DM Sans", "Helvetica Neue", Arial, 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 (z-header > z-menu OBLIGATOIRE - piege prod #1) */
  --z-base: 1;
  --z-fab: 900;
  --z-menu: 1000;
  --z-header: 1100;
  --z-burger: 1200;
  --z-modal: 1500;

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

  /* Transitions */
  --t-fast: 180ms cubic-bezier(0.2, 0.7, 0.2, 1);
  --t-base: 280ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
