/* PAY-18 Sapin — Neo-Editorial · Cormorant Garamond + DM Sans */
:root {
  /* Couleurs skin */
  --bg:           #EFF2EC;
  --bg-alt:       #E4E9E1;
  --surface:      #F8FAF7;
  --text:         #222A24;
  --text-2:       oklch(32% 0.055 145);
  --text-mute:    oklch(45% 0.04 145);
  --border:       color-mix(in srgb, #222A24 12%, transparent);
  --accent:       #29402F;
  --accent-2:     oklch(52% 0.10 145);
  --primary:      #29402F;
  --wa-green:     #25D366;

  /* Typographie */
  --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;

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

  /* Z-index — z-header > z-menu obligatoire (piège #1) */
  --z-header: 1100;
  --z-menu:   1000;
  --z-modal:  1200;

  /* Transitions */
  --ease-out: cubic-bezier(.2, .8, .2, 1);
}
