/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 20 2026 | 15:13:22 */
body, 
p, 
li, 
dl, dt, dd, 
.entry-content, 
.vk_post_excerpt, 
.site-footer, 
.widget {
    color: #2b2b2b !important;
}

/* 見出し（Hタグ）はテーマ標準（黒系）を維持するため除外 */
h1, h2, h3, h4, h5, h6, 
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    color: inherit; /* または初期値に戻す */
}

html {
    scroll-behavior: smooth;
}