html,
body,
body * {
  cursor: default !important;
}

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

.cursor {
  display: none !important;
}
