/* Self-hosted Inter (variable font) — replaces the third-party
   https://fonts.xz.style/serve/inter.css stylesheet to remove the
   IP/User-Agent leak to that proxy (GDPR #110). new.css uses 'Inter'
   as the base body face (--nc-font-sans). The variable font covers the
   full 100–900 weight axis in a single file, with a matching italic file.
   font-display:swap keeps text visible while the font loads. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter/Inter-Variable.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter/Inter-Variable-Italic.woff2") format("woff2");
}
