/*
  Inter (self-hosted) — AI Syndicate
  Pinned to Inter v4.1 (InterVariable). Self-hosted to remove the cross-origin
  rsms.me dependency: no Subresource Integrity gap, no third-party request, and
  no breakage when the upstream CDN rotates its rolling inter.css.

  The site uses font-family "Inter" for body text; modern browsers all support
  variable fonts, so "Inter", "InterVariable" and the legacy "Inter var" alias
  are all mapped to the InterVariable file (weight axis 100–900). Browsers with
  no variable-font support fall back to the system-ui stack in the page CSS.

  To update: replace the .woff2 files in this directory with a newer Inter
  release and bump the version note above.
*/
@font-face {
  font-family: "InterVariable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/InterVariable.woff2") format("woff2");
}
@font-face {
  font-family: "InterVariable";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/InterVariable-Italic.woff2") format("woff2");
}
/* Family name the site CSS actually requests (font-family: "Inter") */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/InterVariable.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/InterVariable-Italic.woff2") format("woff2");
}
/* Legacy alias kept for parity with the previous rsms.me stylesheet */
@font-face {
  font-family: "Inter var";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/InterVariable.woff2") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/InterVariable-Italic.woff2") format("woff2");
}
