:root {

	--theme-color-default: 		#000;

	--theme-color-blue: 		#647ACD;
	--theme-color-blue-light: 	#96D9EE;
	--theme-color-green: 		#457C6A;
	--theme-color-green-light: 	#A5E4AA;
	--theme-color-grey: 		#f3f4f3;
	--theme-color-yellow: 		#FFF873;
	--theme-color-eloxal: 		#B1AC9B;

	--theme-color-error: 		#EB3838;
	--theme-color-success: 		#6fb533;
	--theme-color-info: 		#ffc733;

}