:root {
    --game-cursor-default: url('../cursors/default.png') 32 0;
}

body {
    cursor: var(--game-cursor-default), default;
}
