/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
	--cnvs-themecolor: #AB8646;
	--cnvs-themecolor-rgb: 171, 134, 70;
}

.text-light {
	--bs-text-opacity: 1;
color: #F4F4F4 !important;
}

.text-color-gold:hover {
	color: #AB8646 !important;
}