body {
    cursor: url('../cursors/default.svg') 1 2, default;
}

a, button {
    cursor: url('../cursors/pointer.svg') 1 2, pointer;
}
