/* DA : PAY-12 Kaki Wellness — EB Garamond + Nunito Sans */
:root {
  /* Couleurs */
  --bg:        #F4F0E4;
  --bg-alt:    #EBE5D3;
  --surface:   #FDFBF6;
  --text:      #2C2A20;
  --text-2:    oklch(40% 0.04 88);
  --text-mute: oklch(58% 0.035 88);
  --border:    oklch(80% 0.05 100);
  --accent:    #5E6B3B;
  --accent-2:  oklch(68% 0.09 115);
  --primary:   #5E6B3B;
  --wa-green:  #25D366;

  /* Typographie */
  --ff-display: 'EB Garamond', Georgia, serif;
  --ff-body:    'Nunito Sans', system-ui, sans-serif;
  --ff-ui:      'Nunito Sans', system-ui, sans-serif;

  /* Rayons */
  --r-sm:  6px;
  --r-md:  12px;
  --r-lg:  20px;
  --r-xl:  32px;

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

  /* Z-index — burger (1150) > header (1100) > menu (1000) > modal (2000 hors flux) */
  --z-header: 1100;
  --z-menu:   1000;
  --z-modal:  2000;
}
