:root{
  --font-sans:'Archivo',sans-serif;

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

  /* sizes */
  --text-hero:clamp(34px,10vw,116px);
  --text-h1:clamp(38px,7vw,60px);
  --text-h1-long:clamp(34px,6.4vw,54px);
  --text-h2-page:clamp(30px,5vw,40px);
  --text-h2:24px;
  --text-row-title:clamp(22px,4vw,28px);
  --text-lead:clamp(20px,3.4vw,28px);
  --text-statement:clamp(20px,3.4vw,26px);
  --text-wordmark:26px;
  --text-body-lg:18px;
  --text-body:17px;
  --text-body-sm:16px;
  --text-meta:14px;
  --text-eyebrow:13px;

  /* line heights */
  --leading-hero:0.95;
  --leading-title:1.02;
  --leading-statement:1.35;
  --leading-body:1.6;
  --leading-tight:1.1;

  /* tracking */
  --tracking-hero:-0.03em;
  --tracking-title:-0.02em;
  --tracking-tight:-0.01em;
  --tracking-wordmark:0.05em;
  --tracking-label:0.08em;
  --tracking-eyebrow:0.18em;
}
