@font-face {
  font-family: "Anarchy UI";
  src: url("./ui-pixel.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Anarchy UI";
  src: url("./ui-pixel-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
:root { --game-font: "Anarchy UI", monospace; font-family: var(--game-font); font-synthesis: none; }
button, input, textarea, select { font-family: inherit; }
