/* Inter (variable) — replaces mdBook's built-in Open Sans.
   Presence of theme/fonts/fonts.css makes mdBook link THIS file instead of
   shipping its bundled fonts, so Open Sans is not downloaded at all.
   The woff2 files live ONCE at the SITE ROOT (/fonts/inter/, placed by
   build.sh stage_site() from _build_/theme-overrides/fonts/), shared by the
   /en/ and /ru/ books — same scheme as /fontawesome/. License: OFL 1.1. */

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

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