:root {
	--theme-color-main: 0 0% 100%;
	--theme-color-second: 0 0% 90%;
	--theme-color-third: 0 0% 70%;
	--theme-color-error: 0 100% 85%;

	--theme-text-main: 0 0% 0%;
	--theme-text-second: 0 0% 40%;

	--accent-color: var(--hue) 100% 50%;
	--accent-second: var(--hue) 100% 40%;
	--accent-third: var(--hue) 100% 80%;

	--enchant-color: rgb(184 0 184);
}