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

:root {
    --primary:    #7a6200;
    --accent:     #a88800;
    --text:       #382e00;
    --muted:      #786828;
    --border:     #e4d888;
    --sidebar-bg: #fffac0;
}

body                                          { background: #fffde6; }
.post-card                                    { background: #ffffff; }
.card-img                                     { background: #f8f0b8; }
.tag                                          { background: #fff5a8; color: #7a6200; }
.tag:hover                                    { background: #f8ec80; color: #7a6200; }
.post-content pre, .post-content code         { background: #f8f0b8; }
.series-box                                   { background: #fffae0; border-color: #dcd068; }
.series-nav                                   { border-top-color: #dcd068; }
.series-part-placeholder, .series-coming-soon { color: #c0b870; }
.series-badge-soon                            { background: #f5eca0; color: #786828; }
.widget ul li.subcategory::before             { color: #d8c860; }
.widget input[type=text]                      { background: #fffde6; }
