/* Self-hosted Inter (variable font) - no Google Fonts request */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: optional; /* no FOUT/CLS: if the font misses its ~100ms window, keep the system fallback for this page view */
  src: url('/assets/fonts/Inter-Variable.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: optional;
  src: url('/assets/fonts/Inter-Variable-Italic.woff2') format('woff2-variations');
}

/* Monospace: system stack, zero downloads, consistent across platforms */
/* (used for code blocks; see --mono in style.scss) */
