:root {
	--bodyFontSize: 1.06rem;
	--bodyLineHeight: 1.65;

	// Menu
	--menuItemsSpacing: 25px;

	// Primary menu
	--menuInitialColor: rgba(44, 62, 80, 0.9);
	--menuHoverColor: var(--paletteColor1);

	// Widgets
	--widgetsTitleColor: rgba(44, 62, 80, 1);
	--widgetsFontColor: rgba(44, 62, 80, 0.9);

	// Modal
	--modalBackground: rgba(18, 21, 25, 0.98);

	--metaFontSize: 12px;


	// Woocommerce variables

	// Sale badge
	--starRatingColor: #FDA256;
	--saleBadgeTextColor: #ffffff;
	--saleBadgeBackgroundColor: var(--paletteColor1);
	--imageOverlay: rgba(41, 51, 60, 0.5);
}