body {
    font-family: Roboto,system-ui,-apple-system,"Segoe UI","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    font-weight: 300 !important;
    /*color: rgb(72, 72, 72) !important;*/
}
.navbar button, .navbar a.dropdown-item {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    font-weight: 400 !important;
}
.lead {
    font-weight: 300 !important;
}
.navbar-brand {
    font-weight: 500 !important;
}
h1.display-5,h2.display-5,h3.display-5,h4.display-5,h5.display-5 {
    font-size: calc(1.325rem + 1.5vw);
}
h1.display-6 {
    font-weight: 400 !important;
}
h3.fs-2 {
    font-weight: 400 !important;
}
.ef-copyright {
    font-weight: 300;
}
b, strong {
    font-weight: 500 !important;
}

a {
    text-decoration: none !important;
}

.ef-color {
    color: #45a65a !important;
}
.nav-pills {
    --bs-nav-pills-link-active-bg: #68c87d !important;
}
.nav-link:not(.active) {
    color: #4d4d4d !important;
}
.bg-header {
    --bs-bg-opacity: 1;
    background-color: #ffffff !important;
    border-bottom: 1px solid #f1f1f1;
}
.btn-green {
    background-color: #68c87d !important;
    color: white !important;
}
.btn-green:hover {
    background-color: #4eb463 !important;
}
button.navbar-toggler {
    background-color: #68c87d !important;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400 !important;
}
.container h5 {
    font-weight: 400 !important;
}

@media (max-width:767px) {
    .navbar-tablet-padding-top {
        margin-top: 5px;
    }
}