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

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

:root {
	--cnvs-themecolor: #af2323;
	--cnvs-themecolor-rgb: 175, 35, 35;
	--cnvs-steelblue:	#4a6782;
    --cnvs-steelblue-rgb:	74, 103, 130;
	--cnvs-metallicsilver:	#b0b0b0;
    --cnvs-metallicsilver-rgb:	176, 176, 176;
	--cnvs-titaniumwhite:	#f5f5f5;
    --cnvs-titaniumwhite-rgb:	245, 245, 245;
	--cnvs-graphitegray:	#3c3c3c;
    --cnvs-graphitegray-rgb:	60, 60, 60;
	--cnvs-body-font: "Open+Sans", sans-serif;
	--cnvs-primary-font: "Open+Sans", sans-serif;
	--cnvs-secondary-font: "Open+Sans", serif;
}