/* =========================
   CURSOR
========================= */

body {
  cursor: url("cursor/normal-select.gif") 32 32, auto;
}

a,
button,
[role="button"],
.clickable,
.floatingGifLink,
.bouncingGifLink,
.music-toggle,
.back-btn,
.lang-btn,
.send-mail-gif,
.close.mail,
iframe {
  cursor: url("cursor/action-select.gif") 32 32, pointer !important;
}

.floating-gif,
.bouncing-gif {
  pointer-events: none;
}