:root{
  --font-display:"Philosopher",Georgia,"Times New Roman",serif;
  --font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

  --text-display:clamp(46px,6.2vw,88px);
  --text-h1:clamp(36px,4.4vw,62px);
  --text-h2:clamp(28px,3.2vw,42px);
  --text-h3:clamp(22px,2.2vw,28px);
  --text-quote:clamp(24px,2.8vw,36px);
  --text-lead:19px;
  --text-body-size:16px;
  --text-sm:14px;
  --text-xs:13px;
  --text-label:11px;

  --leading-display:1.06;
  --leading-heading:1.14;
  --leading-quote:1.32;
  --leading-body:1.62;
  --leading-tight:1.35;

  --tracking-display:-0.015em;
  --tracking-heading:-0.005em;
  --tracking-body:0;
  --tracking-label:0.20em;
  --tracking-button:0.06em;

  --weight-display:400;
  --weight-display-bold:700;
  --weight-body:400;
  --weight-medium:500;
  --weight-semibold:600;

  --measure-prose:62ch;
  --measure-lead:46ch;
}
