/* ============================================================
   Maaß IT — Fonts
   Primary:   Visby CF (self-hosted OTF; Regular 400 + Bold 700)
   Secondary: Slabien (CI slab) — NOT licensed for web here;
              substituted with Zilla Slab (Google Fonts). SEE readme.
   Mono:      JetBrains Mono — powers the `>_` terminal/ASCII motif
              (intentional addition; CI specifies no mono face).
   ============================================================ */
@import url("./fonts-web.css");

@font-face {
  font-family: "Visby CF";
  src: url("../assets/fonts/VisbyCF-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby CF";
  src: url("../assets/fonts/VisbyCF-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
