body, html {
  cursor: url('cursor-pen.svg') 2 47, auto !important;
}
a:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover,
.cta-btn:hover, .menu-link:hover, [role="button"]:hover,
section div[role="article"]:hover, label[for]:hover, select:hover,
a:focus-visible, button:focus-visible {
  cursor: pointer !important;
}
.cursor-dot, .cursor-outline {
  display: none !important;
}
