@import url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400..700&family=Inter:wght@400..700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

:root {
  --font-display: 'Newsreader', 'Iowan Old Style', Georgia, serif;
  --font-ui: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --h1-weight: 600;
  --h1-tracking: -0.02em;
  --h1-line: 1.04;
  --h2-weight: 600;
  --h2-tracking: -0.015em;
  --body-weight: 400;
}

h1, .layers-h, .spec-h, .legal-h, .legal h2, .spec-item dt, .layers-ours dd {
  font-variation-settings: 'opsz' 60;
}
