:root{
  /* Families. Display = condensed caps (headlines, prices, nav).
     Editorial = serif (section titles, pull quotes). Body = neutral sans. */
  --font-display:"Oswald","Arial Narrow",system-ui,sans-serif;
  --font-editorial:"Playfair Display",Georgia,"Times New Roman",serif;
  --font-body:"Public Sans",system-ui,-apple-system,sans-serif;
  --font-mono:ui-monospace,"SFMono-Regular",Menlo,monospace;

  /* Modular scale, ratio 1.333 from a 16px body (brief §4). */
  --text-2xs:11px;
  --text-xs:12px;
  --text-sm:14px;
  --text-base:16px;
  --text-md:18px;
  --text-lg:21px;
  --text-xl:28px;
  --text-2xl:38px;
  --text-3xl:50px;
  --text-4xl:67px;
  --text-5xl:89px;

  --leading-tight:0.96; /* @kind other */
  --leading-snug:1.15; /* @kind other */
  --leading-body:1.62; /* @kind other */
  --leading-loose:1.8; /* @kind other */

  --tracking-display:-0.01em; /* @kind other */
  --tracking-normal:0; /* @kind other */
  --tracking-wide:0.08em; /* @kind other */
  --tracking-widest:0.22em; /* @kind other */

  --weight-light:300; /* @kind other */
  --weight-regular:400; /* @kind other */
  --weight-medium:500; /* @kind other */
  --weight-semibold:600; /* @kind other */
  --weight-bold:700; /* @kind other */

  /* Composite roles */
  --type-hero:var(--weight-bold) var(--text-4xl)/var(--leading-tight) var(--font-display);
  --type-h1:var(--weight-bold) var(--text-3xl)/var(--leading-tight) var(--font-display);
  --type-h2:var(--weight-semibold) var(--text-2xl)/var(--leading-snug) var(--font-editorial);
  --type-h3:var(--weight-semibold) var(--text-lg)/var(--leading-snug) var(--font-display);
  --type-body:var(--weight-regular) var(--text-base)/var(--leading-body) var(--font-body);
  --type-body-sm:var(--weight-regular) var(--text-sm)/var(--leading-body) var(--font-body);
  --type-label:var(--weight-medium) var(--text-xs)/1.3 var(--font-display);
  --type-price:var(--weight-bold) var(--text-lg)/1 var(--font-display);
  --type-quote:italic var(--weight-regular) var(--text-lg)/1.5 var(--font-editorial);
}
