/* Reset cursor */

*, body {
  cursor: auto !important;
}

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