* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #f5f0eb;
  touch-action: none;
  color: #2c2c3a;
}

canvas {
  display: block;
}

#app {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: #f5f0eb;
}
