* {
  cursor: crosshair;
}

html,
body,
#sapper {
  width: 100%;
  height: 100%;
  background-color: #001;
  overflow: hidden;
}
#sapper {
  position: absolute;
}
body {
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  font-weight: 400;
}

h1 {
  font-size: 2em;
}

a {
  color: inherit;
}

code {
  font-family: menlo, inconsolata, monospace;
  font-size: calc(1em - 2px);
  color: #555;
  background-color: #f0f0f0;
  padding: 0.2em 0.4em;
  border-radius: 2px;
}
@font-face {
  font-family: "ap7";
  src: url("./advanced_pixel-7.ttf");
}
@font-face {
  font-family: "Simula";
  src: url("./Simula-Book.woff");
}
@media (min-width: 400px) {
  body {
    font-size: 16px;
  }
}
