:root {
	--spotlight-color: 210, 100%, 60%;
	--spotlight-gradient-1: 210, 100%, 60%;
	--spotlight-gradient-2: 280, 100%, 60%;
	--spotlight-gradient-3: none;
	--spotlight-gradient-4: none;
	--spotlight-gradient-5: none;
	--spotlight-gradient-count: 2;
	--spotlight-card-bg: rgba(15, 15, 15, .9);
	--spotlight-card-border: rgba(255, 255, 255, .1);
	--spotlight-card-radius: 16px;
	--spotlight-size: 350px;
	--spotlight-opacity: .15;
	--spotlight-border-opacity: .5;
	--spotlight-transition: opacity 0.3s ease;
}