/* EDIQX — Typography
   Display headlines in Schibsted Grotesk (geometric, confident).
   Text/UI in Hanken Grotesk (humanist, calm, endlessly readable).
   Data & eyebrows in JetBrains Mono. */
:root{
  --font-display:"Schibsted Grotesk","Hanken Grotesk",ui-sans-serif,system-ui,sans-serif;
  --font-sans:"Hanken Grotesk",ui-sans-serif,system-ui,-apple-system,sans-serif;
  --font-mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace;

  /* Weights */
  --fw-light:300; /* @kind font */
  --fw-regular:400; /* @kind font */
  --fw-medium:500; /* @kind font */
  --fw-semibold:600; /* @kind font */
  --fw-bold:700; /* @kind font */
  --fw-black:800; /* @kind font */

  /* Fluid display scale — large, generous, Apple-like */
  --text-display-2xl:clamp(3.5rem,7vw,6.5rem);   /* hero */
  --text-display-xl:clamp(3rem,5.5vw,5rem);
  --text-display-lg:clamp(2.5rem,4.5vw,3.75rem);
  --text-display-md:clamp(2rem,3.5vw,2.75rem);
  --text-h1:2.25rem;   /* 36 */
  --text-h2:1.75rem;   /* 28 */
  --text-h3:1.375rem;  /* 22 */
  --text-h4:1.125rem;  /* 18 */
  --text-lg:1.125rem;  /* 18 */
  --text-body:1rem;    /* 16 */
  --text-sm:.875rem;   /* 14 */
  --text-xs:.8125rem;  /* 13 */
  --text-2xs:.6875rem; /* 11 — mono eyebrow */

  /* Line heights */
  --lh-tight:1.04; /* @kind other */
  --lh-snug:1.14; /* @kind other */
  --lh-heading:1.2; /* @kind other */
  --lh-body:1.6; /* @kind other */
  --lh-relaxed:1.75; /* @kind other */

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