/* Self-hosted variable fonts (latin subsets from Google Fonts, same files
   the CDN serves) — no third-party request, consistent with the page's
   nothing-leaves-your-device story. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/Inter-var.woff2) format('woff2');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url(/fonts/PlusJakartaSans-var.woff2) format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(/fonts/JetBrainsMono-var.woff2) format('woff2');
}
