
body .cursor {
  pointer-events: none !important;
  background-color: transparent;
}
body .cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
body .cursor__ball circle {
  fill: #FABE49;
}
body .cursor__ball--big circle {
  fill: #6D2F7E;
}
