:root{
  --font-sans:"Albert Sans","Helvetica Neue",Helvetica,sans-serif;
  /* Feature Display Condensed — always used in italic, for the emphasis word.
     Self-hosted in assets/fonts via tokens/fonts.css. */
  --font-display:"Feature Display Condensed","Editor Condensed",Georgia,serif;
  /* The condensed face runs narrow: set the emphasis word optically larger. */
  --display-optical:1.12em;

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

  /* Display / headline scale (fluid, 1440px reference) */
  --type-hero:clamp(44px,6.2vw,92px);
  --type-h1:clamp(36px,4.4vw,64px);
  --type-h2:clamp(28px,3vw,44px);
  --type-h3:clamp(22px,2vw,30px);
  --type-h4:20px;

  /* Body */
  --type-lead:19px;
  --type-body:16px;
  --type-small:14px;
  --type-caption:12px;

  /* Eyebrow / label — always uppercase, tracked out */
  --type-eyebrow:12px;
  --track-eyebrow:.14em;
  --track-tight:-.02em;
  --track-hero:-.03em;

  --leading-hero:1.02;
  --leading-heading:1.1;
  --leading-body:1.55;
  --leading-tight:1.3;
}
