h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Lato', sans-serif;
    -ms-word-break: normal;
    word-break: normal;
    /* text-decoration: none; */
}

a[target="_blank"],
article a:not(.round-btn) {
    font-family: Nunito Sans, sans-serif;
    font-weight: 800;
}

a[target="_blank"]:focus {
    box-shadow: var(--focus-border);
}

p {
    font-family: Nunito Sans, sans-serif;
    color: var(--ee-black);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0.9em;
}

h2 {
    font-size: 28px;
    font-weight: 700;
}

h3 {
    font-weight: 900;
    font-size: 24px;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

@media only screen and (min-width: 1280px) {
    h2 {
        font-size: 48px;
    }
    h3 {
        font-size: 32px;
    }
    p {
        font-size: 18px;
    }
}

/* .ee-text-wrap {
    max-width: 880px;
    margin: 0 auto;
} */