/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
	
	https://www.w3schools.com/colors/colors_picker.asp
	
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #b18824;
	--cnvs-themecolor-rgb: 177, 136, 36;
}

.dwc_fw_n {
  font-weight:normal !important;
}


