.fancy-cursor__wrapper--hasCursor{position:relative;cursor:none}.fancy-cursor__wrapper--hasCursor *{cursor:none}.fancy-cursor__cursor{display:none;position:absolute;z-index:1000;transform:translate(-50%,-50%);cursor:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;width:72px;height:72px;font-family:var(--font-family-accent);text-transform:uppercase}.fancy-cursor__cursor>svg{position:absolute;top:0}.fancy-cursor__cursor--show{display:block}.fancy-cursor__text{fill:#fff;font-size:75px;letter-spacing:-2px}.fancy-cursor-icon path{filter:drop-shadow(5px 5px 15px rgba(0,0,0,.75))}@-webkit-keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (prefers-reduced-motion: no-preference){.fancy-cursor__text--animate{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;transform-origin:center}}
