/* Cantera type system — Poppins only, three brand weights (Light 300, Medium 500, Bold 700).
   Display copy is set in UPPERCASE with wide tracking, mirroring the logotype. */
:root{
  --font-core:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-display:"Poppins",system-ui,-apple-system,sans-serif;
  --font-mono:ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;

  --weight-light:300;
  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;
  --weight-bold:700;

  /* sizes — 1.25 ratio, 16px base */
  --text-3xs:10px;
  --text-2xs:11px;
  --text-xs:12px;
  --text-sm:14px;
  --text-md:16px;
  --text-lg:18px;
  --text-xl:20px;
  --text-2xl:24px;
  --text-3xl:32px;
  --text-4xl:40px;
  --text-5xl:56px;
  --text-6xl:72px;
  --text-7xl:96px;

  --leading-tight:1.02;
  --leading-snug:1.15;
  --leading-normal:1.5;
  --leading-relaxed:1.65;

  /* tracking — the logotype is very wide; eyebrows and display echo it */
  --tracking-display:-0.02em;
  --tracking-normal:0;
  --tracking-wide:0.08em;
  --tracking-wider:0.16em;
  --tracking-widest:0.28em;

  /* composed roles */
  --type-hero:var(--weight-bold) var(--text-6xl)/var(--leading-tight) var(--font-display);
  --type-display:var(--weight-bold) var(--text-4xl)/var(--leading-snug) var(--font-display);
  --type-title:var(--weight-medium) var(--text-2xl)/1.25 var(--font-core);
  --type-heading:var(--weight-medium) var(--text-lg)/1.35 var(--font-core);
  --type-body:var(--weight-light) var(--text-md)/var(--leading-relaxed) var(--font-core);
  --type-body-strong:var(--weight-medium) var(--text-md)/var(--leading-normal) var(--font-core);
  --type-small:var(--weight-light) var(--text-sm)/var(--leading-normal) var(--font-core);
  --type-eyebrow:var(--weight-medium) var(--text-2xs)/1.2 var(--font-core);
  --type-label:var(--weight-medium) var(--text-sm)/1.2 var(--font-core);
}
