body[data-cursor-scope="hub"] {
  cursor: auto;
}

body[data-cursor-scope="hub"] a,
body[data-cursor-scope="hub"] button,
body[data-cursor-scope="hub"] .btn,
body[data-cursor-scope="hub"] [role="button"] {
  cursor: pointer;
}

body[data-cursor-scope="hub"] input[type="text"],
body[data-cursor-scope="hub"] input[type="email"],
body[data-cursor-scope="hub"] input[type="password"],
body[data-cursor-scope="hub"] textarea {
  cursor: text;
}

