body,
body p,
body li,
body input,
body textarea,
body select,
body label,
body .menu-smart a,
body .navbar-nav a {
    font-family: "Manrope", sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .heading-text,
body .btn,
body button,
body input[type="submit"] {
    font-family: "Unbounded", sans-serif !important;
}

/* Mobile headline overflow fix */
@media (max-width: 767px) {

    body h1,
    body h2,
    body h3,
    body .heading-text {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
        hyphens: auto !important;
    }

    body h1 {
        font-size: clamp(30px, 9vw, 44px) !important;
        line-height: 1.08 !important;
    }

    body h2 {
        font-size: clamp(24px, 7vw, 34px) !important;
        line-height: 1.12 !important;
    }
}

