body {
    background: #f7f6f2;
    color: #171717;
    font-family: Georgia, "Times New Roman", serif;
}

.site-header {
    background: #fdfcf8;
}

.site-header h1 {
    font-weight: 700;
    letter-spacing: -0.03em;
}

.header-tools {
    min-width: min(100%, 690px);
}

.header-tools .form-select {
    width: 180px;
}

.header-tools .search-input {
    min-width: 260px;
}

.card,
.lead-story {
    border-radius: 0;
    border-color: #d8d2c4;
    background: #fffefa;
}

.news-card {
    transition: transform .15s ease, box-shadow .15s ease;
}

.news-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.news-img {
    height: 185px;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}

.lead-img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.placeholder-img {
    min-height: 330px;
    height: 100%;
    display: grid;
    place-items: center;
    background: #e9e3d6;
    color: #6b6257;
    font-size: 2rem;
    letter-spacing: .2em;
}

.btn,
.form-control,
.form-select,
.badge {
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.card-title,
.lead-story h2 {
    line-height: 1.15;
}

@media (max-width: 767.98px) {
    .header-tools .form-select,
    .header-tools .search-input {
        width: 100%;
        min-width: 0;
    }
}
