body {
    /*font-family: "Lexend", sans-serif !important;*/
    font-family: "Poppins", sans-serif !important;
}

p {
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: -0.015em;
}


@media (min-width: 992px) {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
        font-family: "Poppins", sans-serif !important;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.8px;
        color: var(--dark);
    }
}

.custom-card-style-2 .card-body {
    box-shadow: 0px 8px 31px -5px rgba(0, 0, 0, 0.07);
}