:root{
  /* display — heavy, tight, one accent word + a full stop */
  --text-display-1:clamp(40px,5.4vw,80px);
  --text-display-2:clamp(32px,4vw,56px);
  --text-display-3:clamp(26px,3vw,40px);
  --text-heading-1:30px;
  --text-heading-2:23px;
  --text-heading-3:20px;
  --text-body-lg:19px;
  --text-body:17px;
  --text-body-sm:15px;
  --text-caption:13px;
  --text-label:12px;

  --leading-display:1.04;
  --leading-heading:1.2;
  --leading-body:1.55;
  --leading-loose:1.7;

  --tracking-display:-0.01em;
  --tracking-heading:-0.005em;
  --tracking-body:0;
  --tracking-label:0.08em;

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