@font-face {
  font-family: "Computer Modern Roman";
  src: url("/assets/fonts/cmunrm-webfont.eot");
  src: url("/assets/fonts/cmunrm-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/cmunrm-webfont.woff") format("woff"), url("/assets/fonts/cmunrm-webfont.ttf") format("truetype"), url("/assets/fonts/cmunrm-webfont.svg#cmu_serifroman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "courier_prime_coderegular";
  src: url("/assets/fonts/courier_prime_code-webfont.woff2") format("woff2"), url("/assets/fonts/courier_prime_code-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#game {
  line-height: 0;
}

#game canvas {
  display: block;
}

body {
  margin: 0;
  padding: 20px;
  font-family: "Computer Modern Roman", serif;
}

pre, code {
  font-family: "courier_prime_coderegular", "Courier New", monospace;
}/*# sourceMappingURL=main.css.map */