:root{
  --font-display:'Haskoy',sans-serif;
  --font-body:'Haskoy',sans-serif;
  --font-mono:'MartianMono',monospace;
  --font-mono-condensed:'MartianMonoCondensed',monospace;
  --weight-thin:100;--weight-extralight:200;--weight-light:300;--weight-regular:400;
  --weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;
  --text-display:clamp(38px,5.8vw,82px);
  --text-h1:clamp(30px,4.6vw,56px);
  --text-h2:clamp(22px,3.2vw,36px);
  --text-h3:clamp(17px,2.2vw,24px);
  --text-h4:17px;
  --text-body-l:15px;
  --text-body:13px;
  --text-pullquote:clamp(13px,1.7vw,18px);
  --text-label:10px;
  --text-code:11px;
  --tracking-tight:-.03em;
  --tracking-normal:0;
  --tracking-label:.18em;
}
