:root{
  /* Families — see tokens/fonts.css for the substitution note */
  --font-display:'Outfit','Roca One','Century Gothic',system-ui,sans-serif;   /* stands in for Roca One */
  --font-body:'Jost','Glacial Indifference','Century Gothic',system-ui,sans-serif;

  /* Type scale — cap at 2-3 sizes per layout (brand rule) */
  --text-3xs:12px;
  --text-2xs:13px;
  --text-xs:14px;
  --text-sm:16px;
  --text-base:18px;
  --text-lg:20px;
  --text-xl:24px;
  --text-2xl:30px;
  --text-3xl:38px;
  --text-4xl:48px;
  --text-5xl:62px;
  --text-6xl:80px;
  --text-metric:104px;   /* oversized impact numbers */

  --leading-tight:1.04;
  --leading-snug:1.16;
  --leading-heading:1.22;
  --leading-body:1.6;
  --leading-loose:1.75;

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

  --tracking-tight:-0.02em;
  --tracking-display:-0.015em;
  --tracking-normal:0;
  --tracking-wide:0.02em;
  --tracking-eyebrow:0.14em;   /* the one place ALL CAPS is allowed */

  /* Semantic roles */
  --type-hero-family:var(--font-display);
  --type-hero-size:var(--text-6xl);
  --type-hero-weight:var(--weight-bold);
  --type-hero-leading:var(--leading-tight);
  --type-hero-tracking:var(--tracking-display);

  --type-h1-family:var(--font-display);
  --type-h1-size:var(--text-4xl);
  --type-h1-weight:var(--weight-bold);

  --type-h2-family:var(--font-display);
  --type-h2-size:var(--text-2xl);
  --type-h2-weight:var(--weight-semibold);

  --type-h3-family:var(--font-body);
  --type-h3-size:var(--text-lg);
  --type-h3-weight:var(--weight-semibold);

  --type-eyebrow-family:var(--font-body);
  --type-eyebrow-size:var(--text-2xs);
  --type-eyebrow-weight:var(--weight-semibold);
  --type-eyebrow-tracking:var(--tracking-eyebrow);

  --type-body-family:var(--font-body);
  --type-body-size:var(--text-base);
  --type-body-leading:var(--leading-body);

  --type-small-size:var(--text-xs);
  --type-caption-size:var(--text-3xs);

  --type-metric-family:var(--font-display);
  --type-metric-weight:var(--weight-bold);
  --type-metric-leading:0.92;

  --type-quote-family:var(--font-display);
  --type-quote-size:var(--text-2xl);
  --type-quote-weight:var(--weight-medium);
  --type-quote-leading:1.3;

  --measure-body:66ch;
  --measure-narrow:48ch;
  --measure-lede:40ch;
}
