body { cursor: none !important; } .custom-cursor-outer, .custom-cursor-inner { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 99999; transform: translate(-50%, -50%); } .custom-cursor-outer { width: 36px; height: 36px; border: 2px solid #F0EFAF; border-radius: 50%; transition: transform 0.15s ease-out; mix-blend-mode: difference; } .custom-cursor-inner { width: 6px; height: 6px; background-color: #F0EFAF; border-radius: 50%; transition: transform 0.08s ease-out; mix-blend-mode: difference; }