body {
  cursor: auto !important;
}

.cursor-dot,
.cursor-ring {
  display: none !important;
}

a,
button,
label,
summary,
[role="button"] {
  cursor: pointer !important;
}

input,
select,
textarea {
  cursor: auto !important;
}