body.template-sky-blue-portal {
    --bg: #e8f4ff;
    --panel: #ffffff;
    --text: #071b33;
    --muted: #496176;
    --line: #071b33;
    --dark: #0469ff;
    --accent: #ef2e2e;
    --link: #0469ff;
    background: #e8f4ff;
    font-family: Arial, Helvetica, sans-serif;
}
body.template-sky-blue-portal .topbar {
    background: #0469ff;
    border-bottom: 6px solid #ffe04a;
    box-shadow: none;
}
body.template-sky-blue-portal .site-strip {
    background: #ffef62;
    color: #071b33;
    border-bottom: 3px solid #071b33;
    font-weight: 900;
}
body.template-sky-blue-portal .brand span {
    color: #ffe04a;
}
body.template-sky-blue-portal .blog-hero-panel,
body.template-sky-blue-portal .post-row,
body.template-sky-blue-portal .widget,
body.template-sky-blue-portal .headline-card,
body.template-sky-blue-portal .compact-card,
body.template-sky-blue-portal .article {
    border: 3px solid #071b33;
    border-radius: 22px;
    box-shadow: 8px 8px 0 rgba(7,27,51,.16);
}
body.template-sky-blue-portal .blog-hero-panel {
    background: #ffffff;
    color: #071b33;
    border-top-color: #ef2e2e;
}
body.template-sky-blue-portal .blog-hero-panel h1,
body.template-sky-blue-portal .article-title,
body.template-sky-blue-portal .post-copy h2 {
    color: #071b33;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 950;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}
body.template-sky-blue-portal .blog-hero-panel p,
body.template-sky-blue-portal .blog-hero-panel .hero-html,
body.template-sky-blue-portal .blog-hero-panel .hero-html p {
    color: #496176;
}
body.template-sky-blue-portal .eyebrow,
body.template-sky-blue-portal .meta span:first-child {
    color: #ef2e2e;
}
body.template-sky-blue-portal .tag-list a,
body.template-sky-blue-portal .tag-list span {
    background: #ffef62;
    color: #071b33;
}
