:root {
  --font-sans: 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;

  --fw-regular: 400;
  --fw-semibold: 600;

  --tracking-heading: -0.02em;
  --tracking-label: 0.08em;

  --fs-display: 34px;
  --lh-display: 1.2;
  --fs-h1: 26px;
  --lh-h1: 1.25;
  --fs-h2: 20px;
  --lh-h2: 1.3;
  --fs-h3: 17px;
  --lh-h3: 1.4;
  --fs-body-lg: 16px;
  --lh-body-lg: 1.6;
  --fs-body: 15px;
  --lh-body: 1.6;
  --fs-small: 13px;
  --lh-small: 1.5;
  --fs-label: 11px;
  --lh-label: 1.4;
}
