/* Cursor por defecto en toda la página (tu cursor normal) */
html, body, * {
  cursor: url('https://academia.colsoon.com/wp-content/uploads/2025/05/curs.png') 0 0, auto !important;
}

/* Cursor tipo "manita" sobre cualquier cosa clicable */
a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="checkbox"]:hover,
input[type="radio"]:hover,
input[type="file"]:hover,
label:hover,
select:hover,
textarea:hover,
option:hover,
[class*="link"]:hover,
[class*="btn"]:hover,
.clickable:hover,
.selectable:hover,
[type="search"]:hover,
[type="text"]:hover,
[type="email"]:hover,
[type="number"]:hover,
[type="tel"]:hover,
[type="url"]:hover {
  cursor: url('https://academia.colsoon.com/wp-content/uploads/2025/05/cursor-mano-hover.png') 0 0, pointer !important;
}


