/* Self-hosted variable fonts (latin) — no third-party Google Fonts request.
   One woff2 per family covers every weight (100–900). font-display:swap avoids
   invisible text. Files in /static/fonts. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/inter-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/outfit-latin.woff2') format('woff2');
}
