body {
    background: #fdf8ef;
    color: #1f2933;
}

a {
    color: #16423c;
}

.site-header.nav-layout-split {
    background: rgba(253, 248, 239, .96);
    border-bottom: 1px solid rgba(22, 66, 60, .14);
}

.brand-logo img,
.footer-logo img {
    max-height: 54px;
}

.hero-section h1 {
    letter-spacing: 0;
}

.hero-section .hero-subtitle {
    font-size: 1.12rem;
    line-height: 1.7;
}

.btn,
.product-feed-card-cta,
.hero-buttons .btn {
    border-radius: 8px !important;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 800;
}

.btn-primary,
.hero-buttons .btn-primary {
    background: #d96c4a;
    border-color: #d96c4a;
    color: #fff;
}

.btn-primary:hover,
.hero-buttons .btn-primary:hover {
    background: #16423c;
    border-color: #16423c;
    color: #fff;
}

.article-card,
.card,
.product-feed-card {
    border-radius: 8px !important;
}

.section-header h2 {
    letter-spacing: 0;
}

.dynamic-section:nth-of-type(even) {
    background-color: #f7fbf6;
}

.article-content {
    --article-heading-weight: 720;
    --article-h2-font-size: clamp(1.42rem, 0.52vw + 1.2rem, 1.72rem);
}
