@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html,
body {
	font-family: 'Inter', sans-serif !important;
	font-optical-sizing: auto;
	font-weight: 300 !important;
	font-style: normal;
}

.app-dashboard-sidebar .app-dashboard-sidebar-inner .menu > li > a {
	font-weight: 500 !important;
}

ul.iatk_submenu .log_out {
	background-color: #e63329 !important;
	color: #fff !important;
}

.app-dashboard-top-nav-bar {
	border-bottom: 1px solid #e63329 !important;
}

a:focus,
a:hover {
	color: #e63329 !important;
}

ul.iatk_submenu {
	border-color: #e63329 !important;
}

.latk_news_body a {
	color: inherit !important;
}

.button:not(.secondary) {
	background-color: #e63329 !important;
}
.app-dashboard-top-nav-bar:before {
	background: linear-gradient(to right, #e63329, #e63329 100%) !important;
}
