/* PLB-10 Bleu glacier profond — Wellness adapte carreleur */
:root {
  /* couleurs base PLB-10 */
  --bg: #EEF2F4;
  --bg-alt: #E4EAEE;
  --surface: #F6F8F9;
  --text: #222A31;
  --text-2: #4A555F;
  --text-mute: #6C7682;
  --border: rgba(34, 42, 49, 0.12);
  --accent: #27506E;
  --accent-2: #4A7A9F;
  --accent-soft: rgba(39, 80, 110, 0.12);
  --primary: #27506E;
  --wa-green: #25D366;
  --wa-green-dark: #1ebd5a;

  /* polices Wellness */
  --ff-display: "EB Garamond", Georgia, serif;
  --ff-body: "Nunito Sans", system-ui, -apple-system, sans-serif;
  --ff-ui: "Nunito Sans", system-ui, -apple-system, sans-serif;

  /* rayons */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --r-xl: 22px;

  /* header + layout */
  --header-h: 76px;
  --header-h-mobile: 62px;
  --container: 1180px;

  /* z-index (header > menu, regle anti-bug) */
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1200;
  --z-fab: 1050;
}
