:root{
  --text-display:clamp(44px,5.2vw,72px);
  --text-h1:48px;
  --text-h2:36px;
  --text-h3:28px;
  --text-h4:21px;
  --text-eyebrow:13px;
  --text-lg:19px;
  --text-md:16px;
  --text-sm:14px;
  --text-xs:12.5px;

  --lh-tight:1.04; /* @kind other */
  --lh-heading:1.16; /* @kind other */
  --lh-snug:1.35; /* @kind other */
  --lh-body:1.6; /* @kind other */
  --lh-loose:1.72; /* @kind other */

  --tracking-display:-0.02em;
  --tracking-heading:-0.01em;
  --tracking-body:0;
  --tracking-eyebrow:0.14em;

  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;
  --weight-bold:700;
  --weight-black:800;
}
