@font-face {
  font-family: "PxPlus IBM VGA 8x16";
  src:
    url("./fonts/WebPlus_IBM_VGA_8x16.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#ascii-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: #020408;
  background-image: radial-gradient(rgba(90, 130, 255, 0.14) 1px, transparent 1px);
  background-size: 18px 18px;
}

#ascii-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

body {
  background: #020408;
  font-family: "PxPlus IBM VGA 8x16", monospace;
}