:root {

	--theme-color-default: 		#000;
	--theme-color-primary: 		rgb(var(--color-primary-600)/1);
	--theme-color-secondary: 	transparent;

	--theme-color-error: 		#EB3838;
	--theme-color-success: 		#6fb533;
	--theme-color-info: 		#ffc733;

}