:root{
    --normal-cursor: url('../imgs/WiiHand/CursorNormal32.png') 16 16, auto;
    --point-cursor: url('../imgs/WiiHand/CursorPoint32.png') 3 3, auto;
    --grab-cursor: url('../imgs/WiiHand/CursorGrab32.png') 16 16, auto;
}

html.brush{
    --normal-cursor: url('../imgs/WiiHand/drawing_brush2.svg') 3 3, auto;
    --point-cursor: url('../imgs/WiiHand/CursorPoint32.png') 3 3, auto;
    --grab-cursor: url('../imgs/WiiHand/drawing_brush2.svg') 3 3, auto;
}

html.eraser{
    --normal-cursor: url('../imgs/WiiHand/drawing_eraser2.svg') 3 3, auto;
    --point-cursor: url('../imgs/WiiHand/CursorPoint32.png') 3 3, auto;
    --grab-cursor: url('../imgs/WiiHand/drawing_eraser2.svg') 3 3, auto;
}

html.overSomething{
    --normal-cursor: url('../imgs/WiiHand/CursorPoint32.png') 3 3, auto;
}

html.forceGrab{
    --normal-cursor: url('../imgs/WiiHand/CursorGrab32.png') 16 16, auto;
}