@import url('style-light.css');

:root {
    --primary:    #3a4d9f;
    --accent:     #536ccc;
    --text:       #1a2048;
    --muted:      #586090;
    --border:     #b8c8f0;
    --sidebar-bg: #d8e4fa;
}

body                                          { background: #eaf0ff; }
.post-card                                    { background: #ffffff; }
.card-img                                     { background: #ccd8f8; }
.tag                                          { background: #ccd8fa; color: #3a4d9f; }
.tag:hover                                    { background: #b0c4f8; color: #3a4d9f; }
.post-content pre, .post-content code         { background: #d8e4f8; }
.series-box                                   { background: #d8e4fa; border-color: #90a8e8; }
.series-nav                                   { border-top-color: #90a8e8; }
.series-part-placeholder, .series-coming-soon { color: #90a0c8; }
.series-badge-soon                            { background: #c8d8f8; color: #586090; }
.widget ul li.subcategory::before             { color: #90a8d8; }
.widget input[type=text]                      { background: #eaf0ff; }
