* {
  box-sizing: border-box;
}

html,
body,
.icon-fall-stage,
#icon-sketch {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body,
.icon-fall-stage {
  background: #fff;
}

html[data-theme="dark"] body,
html[data-theme="dark"] .icon-fall-stage {
  background: #17181b;
}

#icon-sketch {
  position: absolute;
  inset: 0;
}

#icon-sketch canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  touch-action: none;
}
@media (pointer: fine) {
  html,
  body,
  body * {
    cursor: none !important;
  }
}
