/* Inter — self-hosted variable font (rsms.me/inter, SIL Open Font License).
   Served from our own origin so visiting the site leaks no third-party
   requests. Covers weights 100–900 via the variable axis. */
@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  src: url('/assets/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  src: url('/assets/InterVariable-Italic.woff2') format('woff2');
}
/* Alias the plain "Inter" fallback name to the same variable file. */
@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  src: url('/assets/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  src: url('/assets/InterVariable-Italic.woff2') format('woff2');
}
