/* ==========================================================================
   Magnetic Cursor — DISABLED (normal pointer)
   Keeping magnetic button pull effect only
   ========================================================================== */

/* Hide the custom cursor elements */
.magnetic-cursor {
  display: none !important;
}

/* ── Magnetic button pull effect ── */
.magnetic-btn,
.btn-primary,
.btn-ghost {
  transition: transform 0.15s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
