/* Default Cursor 1 for the entire website */
html, body {
  cursor: url('https://raw.githubusercontent.com/ceo-arch/CS-Files/main/Cursor1.cur'), auto;
}

/* Special Cursor 2 for interactive or special elements */
a,
a *,
button,
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
label[for],
[role="button"],
[onclick],
.btn,
.button,
.nav-link,
.dropdown-toggle,
.slick-slide,
.slider,
.carousel-control,
.product-card,
.card-action,
.selectable,
.clickable,
.view-all,
.view-all-button,
.button-yellow,
button:has(span),
button:has(text),
button:has(*) {
  cursor: url('https://raw.githubusercontent.com/ceo-arch/CS-Files/main/Cursor2.cur'), pointer;
}