body {
    background: #f8fafc;
    color: #111827;
}

a {
    color: #2563eb;
}

.site-header.nav-layout-split {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

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

.hero .hero-buttons .btn.btn-primary,
.hero-section .hero-buttons .btn.btn-primary,
.block-hero .hero-buttons .btn.btn-primary {
    color: #ffffff !important;
}

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

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