
:root {
	--theme-general-color: #6d7175;
}

:root {
	--theme-primary-color: #000000;
}

:root {
	--theme-secondary-color: #000000;
}

:root {
	--theme-white-color: #fff;
}

:root {
	--theme-light-color: #f8f9fa;
}

:root {
	--theme-gray-color: #efefef;
}

:root {
	--theme-text-gray: #c3c3c3;
}

:root {
	--theme-dark-color: #181a1d;
}

:root {
	--theme-footer-color: #1e2124;
}

:root {
	--theme-primary-opacity-color: rgba(245, 133, 54, .8);
}

:root {
	--theme-secondary-opacity-color: rgba(12, 25, 62, .8);
}

:root {
	--theme-white-opacity-color: rgba(255, 255, 255, 0.5);
}

:root {
	--text-light-color: #a5a5a5;
}

:root {
	--theme-general-font: 'Muli', sans-serif;
	;
}

:root {
	--theme-hiperlink-font: 'Muli', sans-serif;
	;
}

:root {
	--theme-highlight-font: 'Rajdhani', sans-serif;
}


.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 14px;
	font-weight: 400;
}
