/* Self-hosted Inter (variable font), vendored from rsms.me/inter v4.1 to drop the
 * third-party origin (Hardening #4 Phase 1 — lets the CSP be 'self' + removes a
 * supply-chain dependency on unpkg/rsms.me). The app references font-family
 * "Inter" (see input.css --font-family-sans), so map that name to the variable
 * font for normal + italic across the full 100–900 weight range.
 *
 * Source: github.com/rsms/inter (SIL Open Font License 1.1). Files live in
 * /static/fonts/. To update: re-download InterVariable*.woff2 from the same repo. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/InterVariable.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/InterVariable-Italic.woff2") format("woff2");
}
