:root {
  --font-display: "Gabarito", "Avenir Next", sans-serif;
  --font-body:    "Spline Sans", "Helvetica Neue", sans-serif;
  --font-mono:    "Spline Sans Mono", "SFMono-Regular", monospace;

  /* Scale — 1.25 ratio off 16px */
  --text-xs:   12px;
  --text-sm:   13px;
  --text-base: 15px;
  --text-md:   17px;
  --text-lg:   21px;
  --text-xl:   26px;
  --text-2xl:  33px;
  --text-3xl:  41px;
  --text-4xl:  51px;
  --text-5xl:  64px;

  --leading-tight: 1.1;
  --leading-snug:  1.3;
  --leading-body:  1.55;

  --tracking-display: -0.02em;
  --tracking-caps:     0.08em;

  --weight-body:     400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-display:  700;
}
