/* ============================================================
   PAWZI OS — typefaces
   MS Sans Serif  : authentic Win98 UI bitmap face (98.css build)
   Press Start 2P : display / wordmark
   Silkscreen     : labels, badges, small caps
   VT323          : terminal, tickers, numeric readouts
   ============================================================ */

@font-face {
  font-family: "MS Sans";
  src: url("../assets/fonts/ms_sans_serif.woff2") format("woff2"),
       url("../assets/fonts/ms_sans_serif.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MS Sans";
  src: url("../assets/fonts/ms_sans_serif_bold.woff2") format("woff2"),
       url("../assets/fonts/ms_sans_serif_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Press Start 2P";
  src: url("../assets/fonts/pressstart2p.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Silkscreen";
  src: url("../assets/fonts/silkscreen.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Silkscreen";
  src: url("../assets/fonts/silkscreen-b.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VT323";
  src: url("../assets/fonts/vt323.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
