/* src/index.css */
:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

html, body, #root {
  width: 100%;
  height: 100%;
  margin: 0;
}

canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.stats {
  overflow: hidden;
  background-color: #002;
  border-radius: 6px;
  padding: 2px;
  top: 5px !important;
  left: auto !important;
  right: 5px !important;
}
