@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

.navbar {
  background-color: #ffffff !important;
  border-bottom: 0.5px solid #e5e5e5 !important;
  box-shadow: none !important;
}

.navbar-brand {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #111 !important;
}

.nav-link {
  font-size: 13px !important;
  color: #555 !important;
}

.nav-link:hover {
  color: #111 !important;
}

