body{cursor:none}.custom-cursor{position:fixed;width:32px;height:32px;border-radius:50%;pointer-events:none;z-index:9999;mix-blend-mode:difference;background-color:#fff;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease,transform .3s ease,mix-blend-mode .3s ease,background-color .3s ease;will-change:transform}.custom-cursor.hero-hover{width:64px;height:64px;mix-blend-mode:overlay;background-color:rgba(255,255,255,.99)}@media(hover:none){body{cursor:auto}.custom-cursor{display:none}}