/* PAY-19 Kaki / Wellness — A.P.E.L Bio Nancy */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --bg:         #F4F0E4;
  --bg-alt:     #ECE6D3;
  --surface:    #FBF8EF;
  --text:       #2C2A20;
  --text-2:     #5A5446;
  --text-mute:  #8A8472;
  --border:     rgba(44, 42, 32, 0.16);
  --border-strong: rgba(44, 42, 32, 0.32);

  --accent:     #5E6B3B;
  --accent-2:   #8A9456;
  --accent-soft: rgba(94, 107, 59, 0.12);
  --accent-tint: rgba(94, 107, 59, 0.08);
  --primary:    #2C2A20;
  --wa-green:   #25D366;
  --ok:         #4A7C3A;
  --warn:       #B0461B;

  --ff-display: 'EB Garamond', Georgia, 'Times New Roman', serif;
  --ff-body:    'DM Sans', system-ui, -apple-system, sans-serif;
  --ff-ui:      'DM Sans', system-ui, -apple-system, sans-serif;

  --r-sm:       6px;
  --r-md:       10px;
  --r-lg:       16px;
  --r-xl:       24px;

  --header-h:        72px;
  --header-h-mobile: 64px;

  --z-base:    1;
  --z-header:  1100;
  --z-menu:    1000;
  --z-modal:   1200;

  --container: 1200px;

  --shadow-sm: 0 4px 16px -8px rgba(44, 42, 32, 0.18);
  --shadow-md: 0 12px 32px -12px rgba(44, 42, 32, 0.22);
  --shadow-lift: 0 18px 48px -16px rgba(94, 107, 59, 0.30);

  color-scheme: light;
}

@supports (color: oklch(0% 0 0)) {
  :root {
    --accent:    oklch(45% 0.06 110);
    --accent-2:  oklch(63% 0.08 110);
    --accent-soft: oklch(45% 0.06 110 / 0.12);
    --accent-tint: oklch(45% 0.06 110 / 0.08);
    --bg:        oklch(94% 0.018 90);
    --bg-alt:    oklch(90% 0.022 90);
    --surface:   oklch(97% 0.012 90);
    --text:      oklch(22% 0.018 80);
    --text-2:    oklch(40% 0.018 80);
    --text-mute: oklch(58% 0.015 80);
  }
}
