* {
	@media (prefers-reduced-motion: no-preference) {
		cursor: none !important;
	}
}

.cursor {
	width: 1rem;
	height: 1rem;
	background: white;
	border-radius: 50%;
	position: absolute;
	transition: all 0.1s linear;
	pointer-events: none;
	mix-blend-mode: difference;
}

.cursor-text {
	width: 0.3rem;
	border-radius: 0;
}

.cursor-link {
	width: 0;
	height: 0;
	background: none;
	border-radius: 0;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-bottom: 1rem solid white;
}
