/* Tokens Makeyourpillow — palette crème + terracotta, ton émotionnel B2C. */
:root {
  /* ── Colors ── */
  --color-bg:            #faf7f2;
  --color-bg-alt:        #f3ede3;
  --color-bg-warm:       #ede4d6;
  --color-fg:            #2a2420;
  --color-fg-muted:      #6b5e54;
  --color-border:        #e8dfd2;
  --color-border-light:  #f0e9dd;
  --color-primary:       #2a2420;
  --color-primary-hover: #1a1410;
  --color-primary-fg:    #faf7f2;
  --color-primary-light: #f3ede3;
  --color-accent:        #e8826b;
  --color-accent-hover:  #d96a52;
  --color-accent-soft:   #f4a98e;
  --color-accent-fg:     #ffffff;
  --color-accent-light:  #fbe8df;
  --color-accent-alt:    #f4a6b8;
  --color-success:       #6b9e76;
  --color-warning:       #d4a574;
  --color-danger:        #c25a4a;
  --color-info:          #7a96b4;

  /* ── Typography ── */
  --font-sans:    'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-mono:    ui-monospace, 'JetBrains Mono', 'SF Mono', Menlo, monospace;

  --fs-body:    1rem;
  --fs-heading: 1.0625rem;
  --fs-xs:      0.6875rem;
  --fs-sm:      0.75rem;
  --fs-base:    0.875rem;
  --fs-md:      0.9375rem;
  --fs-lg:      1rem;
  --fs-xl:      1.0625rem;
  --fs-2xl:     1.125rem;
  --fs-3xl:     1.375rem;
  --fs-4xl:     1.75rem;
  --fs-5xl:     2.5rem;
  --fs-6xl:     3.5rem;

  --lh-tight:   1.1;
  --lh-snug:    1.25;
  --lh-normal:  1.5;
  --lh-relaxed: 1.65;
  --lh-loose:   1.75;

  --fw-regular: 400;
  --fw-medium:  500;
  --fw-semi:    600;
  --fw-bold:    700;
  --fw-black:   800;

  --tracking-tight:   -0.02em;
  --tracking-tighter: -0.03em;
  --tracking-wide:     0.04em;
  --tracking-wider:    0.12em;
  --tracking-widest:   0.18em;

  /* ── Spacing (échelle 4) ── */
  --sp-0:  0;
  --sp-1:  0.25rem;
  --sp-2:  0.5rem;
  --sp-3:  0.75rem;
  --sp-4:  1rem;
  --sp-5:  1.25rem;
  --sp-6:  1.5rem;
  --sp-7:  1.75rem;
  --sp-8:  2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-14: 3.5rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;
  --sp-28: 7rem;
  --sp-32: 8rem;

  /* ── Radius ── */
  --radius-none: 0;
  --radius-sm:   0.375rem;
  --radius-md:   0.625rem;
  --radius-lg:   0.875rem;
  --radius-xl:   1rem;
  --radius-2xl:  1.5rem;
  --radius-full: 9999px;

  /* ── Shadow (brun chaud) ── */
  --shadow-sm: 0 1px 2px 0 rgb(42 36 32 / 0.05);
  --shadow-md: 0 4px 12px -2px rgb(42 36 32 / 0.08);
  --shadow-lg: 0 18px 40px -24px rgb(42 36 32 / 0.18);
  --shadow-xl: 0 24px 60px -30px rgb(42 36 32 / 0.25);

  /* ── Layout ── */
  --container-sm:  640px;
  --container-md:  768px;
  --container-lg:  1024px;
  --container-xl:  1240px;
  --container-2xl: 1536px;

  /* ── Transitions ── */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 150ms;
  --dur-base: 250ms;
  --dur-slow: 400ms;

  /* ── Z-index ── */
  --z-base:    1;
  --z-sticky:  10;
  --z-overlay: 100;
  --z-modal:   1000;
  --z-toast:   9999;
}
