body {
    padding-top: 1.5rem;
}

h1, h2, h3 {
    font-family: "Overlock", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h1 {
    font-size: 2.25rem;
    line-height: 1.333;
    margin-top: 1.333rem;
    margin-bottom: 1.333rem;
}

h2 {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.125rem;
    line-height: 1.333;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
}

p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

em {
    font-weight: 700;
    font-style: normal;
}

p.tagline {
    font-size: 1.125rem;
    font-family: "Overlock", sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 2rem;
}

p.goodnews {
    font-size: 1.125rem;
    font-weight: 700;
}

p.copyright {
    font-size: 0.8125rem;
}

div.row p:first-child {
    margin-top: 0;
}

div.row {
    margin-bottom: 1.5rem;
}

div.limitchars {
    max-width: 45rem;
    margin: auto;
}

span.blue {
    color: #4472C4;
    font-weight: 700;
}

span.fern {
    color: #538135;
    font-weight: 700;
}