/* Self-hosted Inter - single variable font file covers weights 100-900.
   Replaces the external Google Fonts dependency that used to add DNS+TLS
   handshakes to fonts.googleapis.com and fonts.gstatic.com on every first
   page load. */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/InterVariable.woff2') format('woff2-variations'),
         url('/fonts/InterVariable.woff2') format('woff2');
}
