/* Self-hosted Inter Variable.
 * Source: https://rsms.me/inter/font-files/InterVariable.woff2?v=4.1
 * One variable file serves weights 100-900. Italic is not referenced in the
 * codebase, so the italic axis file is intentionally not shipped.
 */

@font-face {
  font-family: "InterVariable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter-variable.woff2") format("woff2");
}

/* Legacy alias so the existing `"Inter"` fallback in --font-sans still
 * resolves to the local file on browsers that walk the family stack. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter-variable.woff2") format("woff2");
}
