:root {
	--primary: #599d83;
	--secondary: #243f3d;
	--third: #5ae5b4;
	
	--white: #ffffff;
	--textColor: #2d2d2d;
	--whiteText: #ffffff;
	
	--headerHeight: 100px;
	--borderRadius: 30px;
	--transition: .3s ease-in;
}