/* Hide custom cursor - using default */
.custom-cursor,
.custom-cursor-dot {
    display: none !important;
}

/* Reset cursor to default */
* {
    cursor: default !important;
}

a, button, .btn, .social-link, .social-btn, .nav-link {
    cursor: pointer !important;
}

input, textarea {
    cursor: text !important;
}
