/* Self-hosted Inter variable font (replaces fonts.googleapis.com, which the
   CSP blocks). Single woff2 covers weights 100-900. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/InterVariable.woff2') format('woff2');
}
