.cursor{z-index:9999;background-color:var(--accent-primary);border:1px solid var(--accent-primary);pointer-events:none;border-radius:100em;width:.75em;height:.75em;transition:background-color .375s cubic-bezier(.625,.05,0,1),height .375s cubic-bezier(.625,.05,0,1),width .375s cubic-bezier(.625,.05,0,1);position:fixed;inset:0% auto auto 0%}:is(body:has(a:hover) .cursor,body:has(button:hover) .cursor,body:has([data-cursor]:hover) .cursor){background-color:rgba(var(--accent-primary-rgb), .25);width:2.5em;height:2.5em}@media (hover:none) and (pointer:coarse){.cursor{display:none}}