/* Remove custom cursor effects */
body {
  cursor: auto !important;
}

a, button, input, select, textarea, .term-card, .feature-card, .view-btn, .social-icons a, 
.btn, .term-item, .term-list-item, .logo, .menu-toggle {
  cursor: auto !important;
}

a, .btn, button, .term-card, .feature-card, .view-btn, .social-icons a, 
.term-item, .term-list-item, .logo h1, .menu-toggle {
  cursor: pointer !important;
}

/* Hide custom cursor elements */
.cursor-dot,
.cursor-outline {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
