/**
 * Hide the system cursor everywhere.
 * A DOM overlay element renders the custom cursor instead,
 * so no system cursor is needed at any screen position.
 */
html, body, canvas {
  cursor: none !important;
}
