/*
 * Locally hosted fonts — Inter (Latin + Cyrillic).
 *
 * Drop the font file `inter-variable.woff2` in this folder. A variable font
 * covers all needed weights in a single request. Download from
 * https://rsms.me/inter/ (subset to latin + cyrillic for a smaller file).
 *
 * Until the file is present the theme falls back to system-ui (see --nd-font),
 * so the site still renders correctly.
 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("inter-variable.woff2") format("woff2");
}
