/*
*** theme.css

theme color settings
theme colors:
	#55aad1   //default
	#beb048
	#55b483
	#cd552c
*/


/* theme variables */
:root {
	--theme-color:	#55aad1;	/*default theme color*/
	--theme-dark:	#3f789e;	/*default dark theme color*/
	--white-accent:	#eee;
	--black-accent:	#3c3c3c;
}
