/* ==========================================================================
   Compresso — Typography tokens
   Display + body: Plus Jakarta Sans. Numerals / technical: JetBrains Mono.
   ========================================================================== */

:root {
  /* ---- Families ----------------------------------------------------- */
  --font-display: 'Plus Jakarta Sans', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-sans:    'Plus Jakarta Sans', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, 'SF Mono', 'SFMono-Regular', Menlo, Consolas, monospace;

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

  /* ---- Static type scale (rem, 16px base) --------------------------- */
  --text-xs:   0.75rem;    /* 12 */
  --text-sm:   0.875rem;   /* 14 */
  --text-base: 1rem;       /* 16 */
  --text-lg:   1.125rem;   /* 18 */
  --text-xl:   1.25rem;    /* 20 */
  --text-2xl:  1.5rem;     /* 24 */
  --text-3xl:  1.875rem;   /* 30 */
  --text-4xl:  2.25rem;    /* 36 */
  --text-5xl:  3rem;       /* 48 */
  --text-6xl:  3.75rem;    /* 60 */
  --text-7xl:  4.5rem;     /* 72 */

  /* ---- Fluid display sizes (marketing headlines) -------------------- */
  --display-sm: clamp(1.75rem, 1.15rem + 2.4vw, 2.5rem);  /* @kind other */
  --display-md: clamp(2.25rem, 1.35rem + 3.6vw, 3.5rem);  /* @kind other */
  --display-lg: clamp(2.75rem, 1.1rem + 6vw, 4.5rem);     /* @kind other */  /* hero H1 */

  /* ---- Line heights ------------------------------------------------- */
  --leading-none:    1;      /* @kind font */
  --leading-tight:   1.08;   /* @kind font */
  --leading-snug:    1.22;   /* @kind font */
  --leading-normal:  1.5;    /* @kind font */
  --leading-relaxed: 1.65;   /* @kind font */

  /* ---- Letter spacing ----------------------------------------------- */
  --tracking-tighter: -0.035em;  /* @kind font */
  --tracking-tight:   -0.02em;   /* @kind font */
  --tracking-normal:  0;         /* @kind font */
  --tracking-wide:    0.02em;    /* @kind font */
  --tracking-caps:    0.09em;    /* @kind font */
}
