.cursor{pointer-events:none;z-index:9999;mix-blend-mode:difference;position:fixed;top:0;left:0}.cursor__dot{background:var(--text);border-radius:50%;width:8px;height:8px;transition:width .2s,height .2s,background .2s;transform:translate(-50%,-50%)}.cursor__ring{pointer-events:none;z-index:9998;border:1px solid #eae5ec80;border-radius:50%;width:36px;height:36px;transition:width .25s,height .25s,border-color .25s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor--hovering .cursor__dot{background:var(--accent);width:12px;height:12px}.cursor--hovering+.cursor__ring{border-color:var(--accent);width:52px;height:52px}
