/* iRose Olympus game cursor — converted from the original DDS asset. */
html,
body,
body * {
    cursor: url("../../cursor/cursor.png") 1 1, auto !important;
}

a,
button,
[role="button"],
input[type="button"],
input[type="submit"],
input[type="range"],
select,
summary,
label[for] {
    cursor: url("../../cursor/cursor.png") 1 1, pointer !important;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
textarea,
[contenteditable="true"] {
    cursor: url("../../cursor/cursor.png") 1 1, text !important;
}
