:root {
  --font-mono:
    'IBM Plex Mono', ui-monospace, 'JetBrains Mono', 'SFMono-Regular',
    Menlo, Consolas, monospace;
  --font-serif:
    'Literata', 'Iowan Old Style', Georgia, 'Times New Roman', serif;

  --fs-display: clamp(2.5rem, 1.7rem + 3.2vw, 4rem);
  --fs-h2: clamp(1.625rem, 1.25rem + 1.4vw, 2.25rem);
  --fs-h3: clamp(1.1875rem, 1.05rem + 0.6vw, 1.375rem);
  --fs-lede: clamp(1.1875rem, 1.1rem + 0.4vw, 1.375rem);
  --fs-body: 1.0625rem;
  --fs-small: 0.8125rem;
  --fs-eyebrow: 0.75rem;

  --lh-display: 1.08;
  --lh-heading: 1.2;
  --lh-body: 1.65;
  --lh-tight: 1.4;

  --tracking-eyebrow: 0.08em;
  --tracking-title: 0.02em;
  --tracking-body: 0;

  --fw-regular: 400;
  --fw-medium: 600;
}
