/* Local fallback: the source scrape did not contain the remote font files. */
html, body {
  font-family: Inter, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", Inter, Arial, sans-serif;
}
.font-mono-cap {
  font-family: "JetBrains Mono", Consolas, monospace;
}
