.tf-cursor-glow{display:none}

@media (prefers-reduced-motion:no-preference){
  .tf-cursor-glow{
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:400px;
    height:400px;
    border-radius:50%;
    pointer-events:none;
    user-select:none;
    z-index:9;
    opacity:0;
    background:radial-gradient(circle,rgba(0,196,235,.19) 0%,rgba(0,137,206,.13) 30%,rgba(0,137,206,0) 70%);
    mix-blend-mode:screen;
    transition:opacity .28s ease;
    will-change:transform;
  }
  .tf-cursor-glow.is-visible{opacity:1}
  html[data-theme="light"] .tf-cursor-glow{
    background:radial-gradient(circle,rgba(0,140,205,.2) 0%,rgba(0,154,215,.11) 32%,rgba(0,154,215,0) 70%);
    mix-blend-mode:multiply;
  }
}
