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

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

:root {
	--cnvs-themecolor: #247816;
	
	--cnvs-contrast-100: #f1f1f1;
	
}

.dark {
		--cnvs-section-bg: #f1f1f1;
}

h2 {
	
	color:var(--cnvs-link-color);
	font-weight:bold;
	
}

.emphasis-title h1 {
/*		color:var(--cnvs-link-color);*/
}