/* Dark mode */
html[data-theme="dark"]{
	--kewoulo-text:#e5e7eb;
	--kewoulo-muted:#9ca3af;
	--kewoulo-soft:#1f2228;
	--kewoulo-border:#374151;
	--kewoulo-white:#0e0f12;
	--kewoulo-black:#f9fafb;
	--kewoulo-primary-light:#2a3055;
}
html[data-theme="dark"] body{background:#0e0f12;color:var(--kewoulo-text)}
html[data-theme="dark"] .site-header{background:#1f2228;border-color:var(--kewoulo-border)}
html[data-theme="dark"] .post-card,html[data-theme="dark"] .hero-post,html[data-theme="dark"] .hero-tile{background:#1f2228}
html[data-theme="dark"] .mobile-menu,html[data-theme="dark"] .category-nav{background:#1f2228}
html[data-theme="dark"] .share-tools__list a,html[data-theme="dark"] .share-tools__list button{background:#1f2228;color:var(--kewoulo-text)}
html[data-theme="dark"] .kewoulo-pagination .page-numbers{background:#1f2228;color:var(--kewoulo-text)}
html[data-theme="dark"] .entry-categories a{background:var(--kewoulo-primary-light);color:var(--kewoulo-text)}
html[data-theme="dark"] .post-card .entry-categories a{background:transparent;color:var(--kewoulo-primary)}
html[data-theme="dark"] .hero-tile .entry-categories a{
	background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.3)
}
html[data-theme="dark"] .sidebar .widget{background:#1a1d24}
html[data-theme="dark"] .newsletter-block{background:#111318}
html[data-theme="dark"] .single-article__header{border-color:var(--kewoulo-border)}
html[data-theme="dark"] .single-article__featured{box-shadow:0 4px 24px rgba(0,0,0,.25)}
html[data-theme="dark"] .author-box,html[data-theme="dark"] .share-tools__btn{background:#1a1d24;border-color:var(--kewoulo-border)}
html[data-theme="dark"] .single-article__content blockquote{background:#1a1d24}
