/* Pro Péyi — Typography tokens
   Display: Bricolage Grotesque (chaleureux, éditorial) · Text/UI: Hanken Grotesk (lisible, sûr) */
:root {
  --font-display: 'Bricolage Grotesque', 'Hanken Grotesk', system-ui, sans-serif;
  --font-sans:    'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono:    'Hanken Grotesk', ui-monospace, 'SF Mono', monospace;

  /* Weights */
  --fw-regular:  400; /* @kind other */
  --fw-medium:   500; /* @kind other */
  --fw-semibold: 600; /* @kind other */
  --fw-bold:     700; /* @kind other */
  --fw-extra:    800; /* @kind other */

  /* Fluid display + static text sizes */
  --fs-display: clamp(2.75rem, 1.6rem + 4.6vw, 4.5rem); /* @kind other */
  --fs-h1: clamp(2.1rem, 1.4rem + 2.6vw, 3.1rem); /* @kind other */
  --fs-h2: clamp(1.7rem, 1.2rem + 1.8vw, 2.35rem); /* @kind other */
  --fs-h3: 1.6rem; /* @kind other */
  --fs-h4: 1.3rem; /* @kind other */
  --fs-h5: 1.1rem; /* @kind other */
  --fs-lead: 1.25rem; /* @kind other */
  --fs-body: 1rem; /* @kind other */
  --fs-sm: 0.9375rem; /* @kind other */
  --fs-caption: 0.8125rem; /* @kind other */
  --fs-overline: 0.75rem; /* @kind other */

  /* Line heights */
  --lh-tight: 1.04; /* @kind other */
  --lh-snug: 1.18; /* @kind other */
  --lh-heading: 1.22; /* @kind other */
  --lh-body: 1.6; /* @kind other */
  --lh-relaxed: 1.7; /* @kind other */

  /* Letter spacing */
  --ls-tight: -0.02em; /* @kind other */
  --ls-snug: -0.01em; /* @kind other */
  --ls-normal: 0; /* @kind other */
  --ls-overline: 0.14em; /* @kind other */
}
