@font-face {
    font-family: 'Gandhisans';
    src: url('/assets/fonts/gandhisans-regular.woff') format('truetype');
    font-style: normal;
    font-weight: normal;
  }

  @font-face {
    font-family: 'Billgates';
    src: url("/assets/fonts/Billgates.ttf");
    font-style: normal;
    font-weight: normal;
  }

  .navbar-color{
    background-color: #17375C !important;
    color: white !important;
    font-family: 'Gandhisans', sans-serif !important;
    font-size: 15px;
}

.nav-li-user:hover{
  background-color: #17375C;
}

.nav-li-user-out{
  color: black; 
  border: none; 
  background-color: transparent;
}

.nav-li-user-out:hover{
  background-color: #17375C;
  color: white !important;
}


