:root{
  --font-display:'Funnel Display','Manrope',system-ui,-apple-system,sans-serif;
  --font-body:'Manrope',system-ui,-apple-system,sans-serif;
  --font-mono:'JetBrains Mono',ui-monospace,'SF Mono',Menlo,monospace;

  /* Sizes */
  --text-display:76px;
  --text-h1:44px;
  --text-h2:34px;
  --text-h3:26px;
  --text-h4:20px;
  --text-lead:20px;
  --text-body-size:16px;
  --text-sm:14px;
  --text-xs:13px;
  --text-eyebrow:12px;
  --text-data:13px;

  /* Line heights */
  --leading-display:1.02;
  --leading-tight:1.12;
  --leading-snug:1.25;
  --leading-normal:1.55;
  --leading-loose:1.65;

  /* Tracking */
  --tracking-display:-0.03em;
  --tracking-tight:-0.02em;
  --tracking-wordmark:-0.01em;
  --tracking-normal:0em;
  --tracking-eyebrow:0.12em;
  --tracking-label:0.1em;

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