:root{
  /* Sizes - 1.200 minor third off a 16px body, hand-tuned at the ends */
  --text-2xs:11px;
  --text-xs:12px;
  --text-sm:14px;
  --text-md:16px;
  --text-lg:19px;
  --text-xl:23px;
  --text-2xl:29px;
  --text-3xl:37px;
  --text-4xl:48px;
  --text-5xl:64px;
  --text-6xl:84px;

  --leading-tight:1.05;
  --leading-snug:1.2;
  --leading-normal:1.5;
  --leading-loose:1.65;

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

  --tracking-display:-0.025em;
  --tracking-heading:-0.015em;
  --tracking-normal:0em;
  --tracking-label:0.08em;
  --tracking-caps:0.12em;
}
