/* OPEPARTNER — Typography tokens */
:root {
  --font-display: 'Spectral', Georgia, 'Times New Roman', serif;   /* titres / accroche */
  --font-sans: 'Manrope', -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif; /* texte courant / UI */
  --font-mono: ui-monospace, 'SFMono-Regular', 'Menlo', monospace;

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

  /* Type scale (rem, 16px base) */
  --fs-display: 4.5rem;   /* 72 — hero step numbers, big display */
  --fs-h1: 3rem;          /* 48 */
  --fs-h2: 2.25rem;       /* 36 */
  --fs-h3: 1.625rem;      /* 26 */
  --fs-h4: 1.25rem;       /* 20 */
  --fs-lead: 1.125rem;    /* 18 */
  --fs-body: 1rem;        /* 16 */
  --fs-small: 0.875rem;   /* 14 */
  --fs-eyebrow: 0.75rem;  /* 12 — kickers, labels */

  /* Line heights */
  --lh-tight: 1.05; /* @kind other */
  --lh-snug: 1.2; /* @kind other */
  --lh-normal: 1.5; /* @kind other */
  --lh-relaxed: 1.65; /* @kind other */

  /* Letter spacing */
  --ls-tight: -0.02em; /* @kind other */
  --ls-normal: 0; /* @kind other */
  --ls-wide: 0.04em; /* @kind other */
  --ls-eyebrow: 0.16em; /* @kind other */ /* uppercase kickers */
}
