:root {

	--theme-color-default: 		#1E1A1F;
	--theme-color-primary: 		#66267B;
	--theme-color-secondary: 	transparent;
	--theme-color-purple-light: #FAF8FC;
	--theme-color-purple-dark: 	#F1EDF6;
	--theme-bordercolor: 		#E6E2EB;

	--theme-color-error: 		#EB3838;
	--theme-color-success: 		#6fb533;
	--theme-color-info: 		#ffc733;

}