:root{
  /* size scale — editorial, Japanese-first */
  --text-display-1:64px;
  --text-display-2:52px;
  --text-display-3:42px;
  --text-h1:34px;
  --text-h2:27px;
  --text-h3:21px;
  --text-h4:18px;
  --text-body-lg:17px;
  --text-body:15px;
  --text-body-sm:14px;
  --text-caption:13px;
  --text-micro:11px;

  --leading-display:1.28;
  --leading-heading:1.5;
  --leading-body:1.9;
  --leading-tight:1.4;

  /* Japanese type needs air between characters, not tightening */
  --tracking-display:0.02em;
  --tracking-heading:0.03em;
  --tracking-body:0.04em;
  --tracking-caps:0.18em;

  --weight-regular:400;
  --weight-medium:500;
  --weight-bold:700;

  --measure-prose:34em;

  /* composed roles */
  --type-display:var(--weight-medium) var(--text-display-1)/var(--leading-display) var(--font-display);
  --type-h1:var(--weight-medium) var(--text-h1)/var(--leading-heading) var(--font-display);
  --type-h2:var(--weight-medium) var(--text-h2)/var(--leading-heading) var(--font-display);
  --type-h3:var(--weight-bold) var(--text-h3)/var(--leading-heading) var(--font-body);
  --type-body:var(--weight-regular) var(--text-body)/var(--leading-body) var(--font-body);
  --type-caption:var(--weight-regular) var(--text-caption)/var(--leading-tight) var(--font-body);
  --type-eyebrow:var(--weight-medium) var(--text-micro)/1.2 var(--font-body);
}
