body{
    font-family: Poppins!important;
}
.background-greenDark {
    color: #fff!important;
    background-color: #157E64 !important
}
.background-greenSemiDark{
    color: #fff!important;
    background-color: #28B17C !important
}
.background-white {
    color: #fff!important;
    background-color: white !important
}
.navbar-header{
    color: #fff!important;
    background-color: #157E64 !important
}
.nav-link{
    color: #000000 !important;
}
.text-color-white{
    color: #fff!important;
}
.btn-ghost-secondary {
    color: #fff!important;
}
.active-link{
    color: #fff!important;
    background-color: #28B17C !important
}
.navbar-menu .navbar-nav .nav-link {
    font-weight: 500!important;
    text-transform: uppercase!important;
}