
@media (pointer: coarse) {
  *,
  *::before,
  *::after {
    cursor: auto !important;
  }
  #canvas {
    display: none !important;
  }
}


#canvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}

#cursor-dot,
#cursor-canvas,
.cursor,
.cursor-ring,
#cursorRing,
.cursor-label,
.cursor-arrow {
  display: none !important;
}
