/* Remove pointer cursor from all links */
a,
a:hover,
button,
button:hover,
.w-inline-block,
.link-block,
[role="button"] {
  cursor: none !important;
}
