:root {
    --ink: #17191b;
    --muted: #626865;
    --red: #9b292d;
    --green: #295c4f;
    --line: #d8ddda;
    --soft: #f5f6f5;
}
.gp-header {
    border-top: 3px solid var(--ink);
}
.gp-masthead {
    min-height: 96px;
}
.gp-primary {
    border-top: 1px solid var(--line);
    border-bottom: 3px double #a6ada9;
}
.gp-primary a {
    font-size: 14px;
    padding-block: 12px 11px;
}
.gp-icon-button {
    border-color: transparent;
}
.gp-icon-button:hover {
    border-color: var(--line);
}
.gp-section-head {
    border-top-width: 2px;
}
.gp-section-head h2,
.gp-database-copy strong,
.gp-database-detail-title h2,
.gp-article .gp-body h2 {
    font-family: var(--serif);
    font-weight: 800;
}
.gp-section-head > a {
    font-size: 12px;
    color: #535b56;
}
.gp-front-news-heading .gp-section-head {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}
.gp-front-features {
    border-top-width: 2px;
    background: #f4f6f5;
}
.gp-front-feature-list .gp-story {
    border-bottom-color: #d5dcd8;
}
.gp-story--lead h2 {
    font-size: 26px;
    line-height: 1.65;
}
.gp-article-header {
    border-top: 0;
    padding-top: 8px;
}
.gp-article-header h1 {
    font-size: 32px;
    line-height: 1.7;
}
.gp-article .gp-body h2 {
    border-bottom: 3px double #a6ada9;
    padding-bottom: 14px;
}
.gp-article .gp-body h3 {
    border-left-color: var(--ink);
}
.gp-archive-header {
    border-bottom: 3px double #a6ada9;
}
.gp-sidebar .gp-section-head h2 {
    font-size: 19px;
}
.gp-footer {
    border-top: 3px double var(--ink);
    background: #f5f6f5;
}
@media (max-width: 780px) {
    .gp-masthead {
        min-height: 80px;
    }
    .gp-primary a {
        font-size: 13px;
        padding-block: 11px;
    }
    .gp-story--lead h2 {
        font-size: 23px;
    }
    .gp-article-header h1 {
        font-size: 29px;
    }
}
@media (max-width: 540px) {
    .gp-front-news-heading {
        margin-bottom: 16px;
    }
    .gp-front-news-heading .gp-section-head {
        padding-bottom: 10px;
    }
    .gp-article-header h1 {
        font-size: 25px;
        line-height: 1.75;
    }
}
