/* Les Jardins de Guillaume - Fontainebleau - DA imposee : PAY-20 Emeraude sombre Wellness */
:root {
  /* Couleurs skin PAY-20 Emeraude sombre */
  --bg: #EDF1ED;
  --bg-alt: #E2EAE3;
  --surface: #F4F7F3;
  --surface-2: #D5DFD6;
  --surface-deep: #122A23;
  --text: #1E2E29;
  --text-2: #4B5E58;
  --text-mute: #6B8C88;
  --text-on-dark: #EDF1ED;
  --text-on-dark-2: #C7D2CB;
  --border: rgba(30, 46, 41, 0.16);
  --border-strong: rgba(30, 46, 41, 0.26);

  --accent: #1F5B4E;
  --accent-2: #2F7A6A;
  --accent-soft: #D8E3DD;
  --accent-on-dark: #8FBDAE;

  --primary: #1F5B4E;
  --wa-green: #25D366;

  /* Polices DA */
  --ff-display: "EB Garamond", "Garamond", "Times New Roman", serif;
  --ff-body: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  --ff-ui: "Nunito 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);
}
