/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #FFC300;
	--cnvs-themecolor-rgb: 255, 195, 0;

}

:root,
.not-dark {
	--cnvs-contrast-bg: #003E91;
	--cnvs-contrast-bg-offset: #3f79c5;
}

:root,
.dark {
	--cnvs-contrast-bg: #003E91;
	--cnvs-contrast-bg-offset: #3f79c5;
}