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