@font-face {
  font-family: 'Righteous';
  font-style: normal;
  font-weight: 400;
  src: url(Righteous/Righteous-Regular.ttf) format('woff2');
}

@font-face {
  font-family: 'HKGrotesk';
  font-style: normal;
  font-weight: 400;
  src: url(HKGrotesk-Medium.ttf) format('woff2');
}

canvas {
  /* http://stackoverflow.com/questions/7615009/disable-interpolation-when-scaling-a-canvas */
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

body {
  background-color: #ffffff;
}
