:root {
    --scissor-cursor: url('/Assets/scissor-cursor.svg') 20 5, auto;
}

html,
body,
a,
button,
label,
select,
summary,
[role="button"],
.cursor-pointer,
.barber-book-btn,
#barber-modal-close {
    cursor: var(--scissor-cursor);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea {
    cursor: text;
}
