
/*==================================
Font Variable
==================================*/
:root {
	 --theme-general-font: 'Muli', sans-serif!important; /* Font use for normal text and general text */
}
:root {
	 --theme-hiperlink-font: 'Muli', sans-serif!important; /* Font use for normal text and general text */
}
:root {
	 --theme-highlight-font: 'Rajdhani', sans-serif!important;  /* Font used in title or special area */
}


.navbar-expand-lg .navbar-nav .nav-link  {
	font-size: 14px;
	font-weight: 400;
}


