html{cursor:none}.cursor{width:8px;height:8px;background-color:#000;border-radius:50%;z-index:9999;transition:transform .1s}.cursor,.cursor-follower{position:fixed;pointer-events:none;transform:translate(-50%,-50%)}.cursor-follower{width:40px;height:40px;border:1px solid hsla(0,0%,100%,.5);border-radius:50%;z-index:9998;transition:all .3s ease-out;mix-blend-mode:difference}@media(hover:none),(pointer:coarse){html{cursor:auto!important}.cursor,.cursor-dot,.cursor-follower{display:none!important}}.cursor-dot{position:fixed;width:8px;height:8px;border-radius:50%;pointer-events:none;z-index:9997;transform:translate(-50%,-50%);transition:transform .2s ease-out}.dot-1{background-color:#ff5e5e}.dot-2{background-color:#5eb3ff}.dot-3{background-color:#ffdb5e}.clickable,a,button{cursor:none}.cursor,.cursor-dot,.cursor-follower{will-change:transform}