/* Mystia Lorelei Cursor Set from https://www.shrinemaiden.org/forum/index.php?topic=9551.0 */
body {
  cursor: url('/cursors/mystia-normal.ani'), auto;
}

a, button, [role="button"] {
  cursor: url('/cursors/mystia-link.ani'), pointer;
}

input[type="text"], textarea, [contenteditable] {
  cursor: url('/cursors/mystia-text.ani'), text;
}

.loading {
  cursor: url('/cursors/mystia-busy.ani'), wait;
}

.working {
  cursor: url('/cursors/mystia-progress.ani'), progress;
}

.draggable {
  cursor: url('/cursors/mystia-move.ani'), move;
}

.resize-ns {
  cursor: url('/cursors/mystia-ns-resize.ani'), ns-resize;
}

.resize-ew {
  cursor: url('/cursors/mystia-ew-resize.ani'), ew-resize;
}

.resize-nwse {
  cursor: url('/cursors/mystia-nwse-resize.ani'), nwse-resize;
}

.resize-nesw {
  cursor: url('/cursors/mystia-nesw-resize.ani'), nesw-resize;
}

.crosshair {
  cursor: url('/cursors/mystia-crosshair.ani'), crosshair;
}

.help {
  cursor: url('/cursors/mystia-help.ani'), help;
}
.all-scroll {
  cursor: url('/cursors/mystia-all-scroll.ani'), all-scroll;
}
.not-allowed {
  cursor: url('/cursors/alt-back.ani'), not-allowed;
}

.alt-cursor {
  cursor: url('/cursors/alt-front.ani'), auto;
}