body {
    cursor: url('../cursors/customcursor.png'), auto;
}

a,
button,
a:hover,
.cape-item:hover,
.cape-name:hover,
.skin-item:hover,
.current-date:hover,
.uuid-value:hover,
.uuid-container:hover,
.skin-usercount-badge:hover,
.skin-image-container img:hover,
.cape-card:hover,
button:hover {
    cursor: url('../cursors/customcursor_hand_grab.png'), pointer !important;
}

input[type="text"],
textarea {
    cursor: url('../cursors/customcursor_beam.png'), text;
}


