body, h1, h2, h3, h4, h5, h6, p, a, button.btn-link, label, th, td {
    font-family: 'Nunito Sans', "Helvetica Neue", sans-serif;
    font-weight: 400;
    margin: 0;
}

textarea {
    font-family: 'Nunito Sans', "Helvetica Neue", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    color: var(--slate);
}

h1, .h1 {
    font-size: 26px;
    line-height: 44px;
    font-weight: 400;
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

h2, .h2 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 900;
}

@media (max-width: 768px) {
    h2, .h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

h3, .h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}

@media (max-width: 768px) {
    h3, .h3 {
        font-weight: 700;
        font-size: 18px;
    }
}

h3.oswald {
    font-family: "Oswald", Arial, sans-serif;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

    h3.oswald.small {
        font-size: 16px;
        line-height: 22px;
    }

    h3.oswald.large {
        font-size: 18px;
        line-height: 29px;
    }

h4, .h4 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 900;
}

    h4.label, .h4.label {
        font-size: 14px;
        font-weight: 700;
    }

h5, .h5 {
    font-size: 12px;
    line-height: 22px;
    font-weight: 800;
}

h6, .h6 {
    font-size: 12px;
    line-height: 22px;
    color: black;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 24px;
}

    p.small {
        font-size: 14px;
        line-height: 16px;
    }

    p.extra-small {
        font-size: 10px !important;
        font-weight: 800;
    }

.extra-small {
    font-size: 10px !important;
}

.extra-bold {
    font-weight: 800 !important;
}

p.italic {
    font-style: italic;
}

p.semibold {
    font-weight: 600;
}

p.bold {
    font-weight: 700;
}

.underline {
    text-decoration: underline;
}

a,
button.btn-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-decoration: underline;
    padding: 0;
    color: var(--mid-blue);
    height: min-content;
    cursor: pointer;
}

.small-grey-label {
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--dark-grey);
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
    line-height: 18px !important;
}

.font-size-14 {
    font-size: 14px !important;
    line-height: 20px !important;
}

.font-size-16 {
    font-size: 16px !important;
    line-height: 34px !important;
}

.font-size-19 {
    font-size: 19px !important;
    line-height: 34px !important;
}

.font-size-20 {
    font-size: 20px !important;
    line-height: 25px !important;
}
