/*
Inter — self-hosted subset of https://rsms.me/inter/inter.css (v4.1).
Only the variable faces are vendored; every browser we support handles
`font-variation-settings`. Licensed under the SIL Open Font License 1.1.

Usage: `font-family: Inter, InterVariable, sans-serif;`
*/

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("font-files/InterVariable.woff2?v=4.1") format("woff2");
}

@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("font-files/InterVariable-Italic.woff2?v=4.1") format("woff2");
}

/* Alias so existing `font-family: Inter` declarations keep working. */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("font-files/InterVariable.woff2?v=4.1") format("woff2");
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("font-files/InterVariable-Italic.woff2?v=4.1") format("woff2");
}
