*:not(button, a[href], input[type="text"], input[type="number"], input[type=""]) {
	cursor: url(https://i.postimg.cc/Df5KB0C5/cursor123-1.png), auto !important;
}

button,
a[href],
input[type="submit"] {
	cursor: url(https://i.postimg.cc/Df5KB0C5/cursor123-1.png), auto !important;
}

button {
	cursor: pointer;
}