/* SKIN PAY-10 Mousse — Neo-Editorial | Jussi Mike */
:root {
  /* Palette OKLCH */
  --bg:          oklch(95.5% 0.018 85);
  --bg-alt:      oklch(93.5% 0.022 88);
  --surface:     oklch(97%   0.012 82);
  --text:        oklch(18%   0.018 71);
  --text-2:      oklch(33%   0.015 71);
  --text-mute:   oklch(52%   0.010 71);
  --border:      oklch(86%   0.016 82);
  --accent:      oklch(47%   0.095 148);
  --accent-2:    oklch(57%   0.078 72);
  --accent-soft: oklch(91%   0.038 148);
  --primary:     oklch(28%   0.078 148);
  --wa-green:    #25D366;

  /* Polices */
  --ff-display: 'Cormorant 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;

  /* Rayons */
  --r-sm:  6px;
  --r-md:  12px;
  --r-lg:  18px;
  --r-xl:  28px;

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

  /* Z-index — RÈGLE: z-header > z-menu (PIÈGE PROD #1) */
  --z-fab:    900;
  --z-menu:   1000;
  --z-header: 1100;
  --z-modal:  1300;

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

  /* Transitions */
  --ease:     cubic-bezier(0.25, 0, 0.10, 1);
  --duration: 0.4s;
}
