:root {
  color: #17130f;
  font-family: 'Avenir Next', 'Segoe UI', sans-serif;
}

html,
body,
#app {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.75), transparent 42%),
    linear-gradient(180deg, #f6f1e8 0%, #ece3d2 100%);
}

#scene {
  min-width: 0;
  min-height: 0;
}

canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
}
