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

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

:root {
	--cnvs-themecolor: #7AE2CF;
	--cnvs-themecolor-rgb: 122, 226, 207;

	--cnvs-primary-font: 'Inter', sans-serif;
	--cnvs-secondary-font: 'DM Serif Display', serif;
	--cnvs-menu-box-shadow: 0 0.7vw 1.4vw rgba(0, 0, 0, .1);
}