:root {
	--font-family: 'Inter', sans-serif;
	--font-heading: 'Cormorant Garamond', serif;
	--accent-color: #e0b87c;	
	--topbar-bg-color: #b2a89d;	
	--topbar-text-color: #ffffff;
	--topbar-hover-text-color: #917c2c;
	--footer-bg-color: #f1ece4;
	--mobile-bg-color: #f1ece4;
	--mobile-text-color: #444;	
	--megamenu-bg-color: #f1ece4;
	--body-text-color: #2e2e2c;
	
	--black: #000;
	--white: #fff;
	--gray: #8c8c8c;
	--green: #2e8b57;
	--grey: #eaedec;
	--star: #ccc;
	--gold-star: #f4c726;
	--border: #cccccce6;
	--red: #e54435;	
	
	--button-bg-color: #8a857d;
	--button-text-color: #ffffff;
	--button-hover-bg-color: #e0b87c;
	--button-hover-text-color: #444444;	
	--range-to: #8a857d33;	
	
	--max-width: 90rem;	
	--narrow-width: 62.5rem;	
	--zoom: url(zoom-in.png?20260616152213);
	--quotes: url('');
}