@font-face {
  font-family: 'Pixeloid';
  src: url('./res/PixeloidMono.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'PS2P';
  src: url('./res/PressStart2P.woff2') format('woff2');
  font-weight: normal;
  font-weight: normal;
}

body {
  background-color: black;
}

h1 {
  font-family: PS2P, monospace;
  color: white;
}

p {
  font-family: Pixeloid, monospace;
  color: white;
}
