/* Match Avirtra's circle and interactive inversion in the portfolio blue. */
.studio-cursor{position:fixed;left:0;top:0;width:16px;height:16px;z-index:2147483647;pointer-events:none;transform:translate3d(-100px,-100px,0)}
.studio-cursor[hidden]{display:none}
.studio-cursor>span{display:block;width:100%;height:100%;border-radius:50%;background:var(--blue,#255de4);pointer-events:none;transform:translate(-50%,-50%);transition:transform .15s ease-out}
.studio-cursor.is-clickable{mix-blend-mode:difference}
.studio-cursor.is-clickable>span{background:#fff;transform:translate(-50%,-50%) scale(1.5)}
@media (hover:hover) and (pointer:fine) and (forced-colors:none){
  .has-studio-cursor body,.has-studio-cursor body *{cursor:none!important}
}
@media (prefers-reduced-motion:reduce){.studio-cursor>span{transition:none}}
