@font-face {
  src: url('/aux/fonts/publicpixel/publicpixel.woff2');
  font-family: publicpixel;
}

@font-face {
  src: url('/aux/fonts/noto-sans/notosans.ttf');
  font-family: noto-sans;
}

body {
  background: white;
  margin: 0;
}

.text .bold {
  font-size: 4rem;
  text-align: center;
  font-family: noto-sans;
}

.text {
  font-size: 1.5rem;
  text-align: center;
  font-family: noto-sans;
}
