html,
body,
.body1 {
    font-family: HelveticaNeueLTPro-Roman;
    font-size: 16px;
    line-height: 28px;
    background-color: #F8FAFD;
}

h1 {
    font-family: HelveticaNeueLTPro-Bd;
    font-size: 40px;
    line-height: 48px;
    /*text-transform: uppercase;*/
}

h1.h2 {
    font-size: 28px;
    line-height: 36px;
}

h2 {
    font-family: HelveticaNeueLTPro-Bd;
    font-size: 28px;
    line-height: 36px;
    /*text-transform: uppercase;*/
}

h3 {
    font-family: HelveticaNeueLTPro-Bd;
    font-size: 24px;
    line-height: 29px;
}

h4 {
    font-family: HelveticaNeueLTPro-Bd;
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-family: HelveticaNeueLTPro-Bd;
    font-size: 18px;
    line-height: 22px;
}

h6 {
    font-family: HelveticaNeueLTPro-Roman;
    font-size: 12px;
    line-height: normal;
}

strong {
    font-family: HelveticaNeueLTPro-Bd;
}

.small {
    font-size: 14px;
    line-height: normal;
    font-family: HelveticaNeueLTPro-Th;
}

.small-italic {
    font-size: 14px;
    line-height: normal;
    font-style: italic;
    font-family: HelveticaNeueLTPro-Roman;
}

.small-strong {
    font-size: 14px;
    line-height: normal;
    font-family: HelveticaNeueLTPro-Bd;
}

.small-link {
    font-size: 14px;
    line-height: normal;
    text-decoration-line: underline;
    font-family: HelveticaNeueLTPro-Roman;
}

.abbreviation {
    font-size: 16px;
    line-height: normal;
    font-family: HelveticaNeueLTPro-Roman;
}

.mwa-bttn {
    font-family: HelveticaNeueLTPro-Bd;
    font-size: 16px;
    line-height: normal;
    padding: 13px 24px;
    border-radius: 222px;
    transition: all .5s ease;
}

@media only screen and (min-width: 768px) {
    :root {
        --guther: 20px;
    }

    html,
    .body1 {
        font-size: 18px;
        line-height: 26px;
    }

    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h1.h2 {
        font-size: 36px;
        line-height: 48px;
    }

    h2 {
        font-size: 40px;
        line-height: 48px;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
    }

    h4 {
        font-size: 22px;
        line-height: 26px;
    }

    h6 {
        font-size: 14px;
        line-height: 16px;
    }

}

@media only screen and (min-width: 900px) {

    /*Desktop font*/
    html,
    body,
    .body1 {
        font-size: 18px;
    }

}

@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 46px;
        line-height: 58px;
    }

    h1.h2 {
        font-size: 36px;
        line-height: 48px;
    }

    h2 {
        font-size: 36px;
        line-height: 48px;
    }

    h3 {
        font-size: 30px;
        line-height: 42px;
    }

    h4 {
        font-size: 24px;
        line-height: 36px;
    }

    h5 {
        font-size: 20px;
        line-height: 24px;
    }

    h6 {
        font-size: 18px;
        line-height: 21px;
    }

}