:root {

	--theme-color-default: 		#000;
	--theme-color-primary: 		#e92d0e;
	--theme-color-secondary: 	#f7f8f8;
	--theme-color-grey: 		#c7cacb;

	--theme-color-error: 		#EB3838;
	--theme-color-success: 		#6fb533;
	--theme-color-info: 		#ffc733;

}