:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
}

canvas {
  width: 100%;
  margin: 0 auto;
  max-height: 100vh;
}

@font-face {
  font-family: PressStart2P;
  src: local('PressStart2P'), url('./PressStart2P-Regular.ttf');
  font-weight: normal;
  font-weight: 400;
}
