:root {
	--bg-color: hsl(134, 69%, 10%);
	--bg-color-50: hsla(134, 69%, 10%, 0.5);
	--bg-color-80: hsla(134, 69%, 10%, 0.8);
	--second-bg-color: hsl(134, 59%, 16%);
	--error-bg-color: hsl(0, 50%, 36%);
	--text-color: #EDEDED;
	--text-color-dark: hsl(134, 69%, 10%);
	--shadow-color:hsl(134, 50%, 36%);
	--main-color:hsl(134, 50%, 73%);
	--main-color-50:hsla(134, 50%, 73%, 0.5);
	--main-color-80:hsla(134, 50%, 73%, 0.8);

	--backdrop-blur: blur(4px);
}
