/* Self-hosted Inter (#1263): official variable fonts vendored from the
   rsms/inter v4.1 release, declared as "Inter" with the full 100-900 weight
   range so the Tailwind --font-sans stack renders identically to the
   previously rsms.me-hosted faces. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/InterVariable-884c49a1.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/InterVariable-Italic-0aa7a4b3.woff2") format("woff2");
}
