body.template-mint-minimal {
    --bg: #edf9f2;
    --panel: #ffffff;
    --text: #173326;
    --muted: #557064;
    --line: #d9efe2;
    --dark: #173326;
    --accent: #37b06d;
    --link: #238650;
    background: #edf9f2;
    font-family: Arial, Helvetica, sans-serif;
}
body.template-mint-minimal .site-strip,
body.template-mint-minimal .topbar {
    background: #edf9f2;
    color: #173326;
    border-bottom-color: #d9efe2;
    box-shadow: none;
}
body.template-mint-minimal .brand,
body.template-mint-minimal .nav a,
body.template-mint-minimal .nav-item > a {
    color: #173326;
}
body.template-mint-minimal .nav-item.has-children > a::after {
    border-top-color: #37b06d;
}
body.template-mint-minimal .submenu-toggle {
    border-color: #d9efe2;
    background: #ffffff;
    color: #238650;
}
body.template-mint-minimal .submenu-toggle::before {
    border-color: #238650;
}
body.template-mint-minimal .submenu {
    background: #ffffff;
    border-color: #d9efe2;
}
body.template-mint-minimal .submenu a {
    color: #173326;
}
body.template-mint-minimal .submenu a:hover {
    background: #e4f8ec;
    color: #238650;
}
body.template-mint-minimal .brand span {
    color: #37b06d;
}
body.template-mint-minimal .blog-hero-panel,
body.template-mint-minimal .post-row,
body.template-mint-minimal .widget,
body.template-mint-minimal .headline-card,
body.template-mint-minimal .compact-card,
body.template-mint-minimal .article,
body.template-mint-minimal .pagination {
    border-color: #d9efe2;
    border-radius: 30px;
    box-shadow: 0 20px 48px rgba(23,51,38,.1);
}
body.template-mint-minimal .blog-hero-panel {
    background: #ffffff;
    color: #173326;
    border-top-color: #37b06d;
}
body.template-mint-minimal main > .wrap + .blog-hero .blog-hero-panel p,
body.template-mint-minimal main > .wrap + .blog-hero .hero-html,
body.template-mint-minimal main > .wrap + .blog-hero .hero-html p {
    background: transparent;
    color: #557064;
    text-shadow: none;
}
body.template-mint-minimal .blog-hero-panel h1,
body.template-mint-minimal .article-title,
body.template-mint-minimal .post-copy h2 {
    color: #173326;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -0.04em;
}
body.template-mint-minimal .tag-list a,
body.template-mint-minimal .tag-list span {
    background: #e4f8ec;
    color: #238650;
}
