/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
	--cnvs-themecolor: #B77231;
	--cnvs-themecolor-rgb: 183, 114, 49;
}

.red-bg {
    background-color: red;
}

.blue-bg {
    background-color: blue;
}

.green-bg {
    background-color: green;
}

.white-bg {
    background-color: white;
}

.beige-bg {
    background-color: #fcf5ed;
}

.cta-bg {
    background-color: #621708;
}