/* =============================================================================
   avtomaslo.info  -  self-hosted fonts (docs/DESIGN.md section 4)
   -----------------------------------------------------------------------------
   Loaded by views/partials/head.njk ONLY when the three woff2 files are present
   in public/fonts (see public/fonts/README.md). Keeping the @font-face rules
   out of site.css means a repository without the binaries serves zero 404s and
   falls back to the Ukrainian-covering system stack of design/tokens.css.
   ============================================================================ */

@font-face {
  font-family: "Fixel Text";
  src: url("/static/fonts/FixelText-VF.woff2") format("woff2-variations"),
       url("/static/fonts/FixelText-VF.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Display";
  src: url("/static/fonts/FixelDisplay-VF.woff2") format("woff2-variations"),
       url("/static/fonts/FixelDisplay-VF.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("/static/fonts/JetBrainsMono-VF.woff2") format("woff2-variations"),
       url("/static/fonts/JetBrainsMono-VF.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
