/* PAY-20 — Emeraude sombre — Wellness (paysagiste Pays d'Aix) */
:root{
  /* Skin imposee par da_engine */
  --bg:        #EDF1ED;
  --bg-alt:    #E2EAE3;
  --surface:   #FFFFFF;
  --text:      #1E2E29;
  --text-2:    rgba(30,46,41,.78);
  --text-mute: rgba(30,46,41,.6);
  --border:    rgba(30,46,41,.12);
  --accent:    #1F5B4E;
  --accent-2:  #2F7A6A;
  --accent-soft: #D9E5DF;
  --ink-dark:  #122A23;
  --on-dark:   #F4F7F4;
  --on-dark-2: rgba(244,247,244,.82);
  --primary:   var(--accent);
  --wa-green:  #25D366;
  --gmaps-blue:#4285F4;

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

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

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

  /* z-index (header > menu > modal-overlay) */
  --z-header: 1100;
  --z-menu:   1000;
  --z-modal:  1200;

  /* Container */
  --container: 1200px;
}
