/* Force default cursor everywhere */
body, h1, h2, h3, h4, h5, h6, p, a, button, input, textarea {
    cursor: default !important;
}

/* Agar text select karte waqt I-beam cursor chahiye */
p, span, h1, h2, h3, h4, h5, h6 {
    cursor: text !important;
}

/* Agar links par pointer chahiye */
a, button {
    cursor: pointer !important;
}

/* --- Disable custom cb-cursor --- */
.cb-cursor {
    display: none !important;
}
