:root{
  --font-serif-display:"Source Serif 4",Georgia,"Times New Roman",serif;
  --font-serif-reading:"Source Serif 4",Georgia,"Times New Roman",serif;
  --font-sans-ui:"Schibsted Grotesk","Noto Sans","Helvetica Neue",Arial,sans-serif;
  --font-mono:"Fragment Mono","Noto Sans Mono",ui-monospace,SFMono-Regular,Menlo,monospace;

  --text-display-1:clamp(44px,5.4vw,76px);
  --text-display-2:clamp(34px,3.6vw,52px);
  --text-title-1:34px;
  --text-title-2:26px;
  --text-title-3:20px;
  --text-body-lg:18px;
  --text-body-md:16px;
  --text-body-sm:14px;
  --text-caption:13px;
  --text-label:11px;

  --leading-tight:1.04;
  --leading-snug:1.2;
  --leading-normal:1.5;
  --leading-relaxed:1.62;

  --tracking-display:-0.022em;
  --tracking-title:-0.012em;
  --tracking-body:0em;
  --tracking-label:0.14em;
  --tracking-reading:0.002em;

  --text-prose-lg:19px;
  --text-prose-md:17px;

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