/************************************** Define Variables ****************************/

:root {
	--theme-bg-color: #fff;
	--theme-text-color: #333;
	--theme-link-color: #333;
	--theme-color: #ff0568;
	--container-width: 1200;
	--color-primary: #ff0568;
	/* red color */
	--title-font: 'Inter', serif;
	--body-font: 'Inter', sans-serif;
	--menu-font: 'Inter Tight', sans-serif;
}