/* Self-hosted Inter (variable, latin subset) — replaces the external Google
   Fonts request so the font loads from our own origin (one fewer third-party
   connection, faster + privacy-friendly). font-display: swap keeps text visible. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter-var-latin.woff2') format('woff2');
}
