/* theme-sepia-brown.css */
:root {
    --bg: #f6f4ee;           /* 整体背景：浅米黄 */
    --main: #fffdfa;         /* 主内容区背景：近白米黄 */
    --text: #3c2f26;         /* 主要文字：深棕 */
    --text-light: #8b7355;   /* 次要文字：中棕 */
    --accent: #a5723c;       /* 强调色/链接色：深琥珀棕 (原AI色，阅读性良好) */
    --border: #e9e3da;       /* 边框：淡米黄 */
    --tag-bg: #f1e2cf;       /* 标签背景：浅橘棕 */
    --tag-color: #a5723c;    /* 标签文字：与强调色一致 */
    --footer-bg: #edead8;    /* 页脚背景：偏灰的米黄 */
    --footer-color: #7d5e38; /* 页脚文字：深灰棕 */
    --footer-link: #b8844f;  /* 页脚链接：亮琥珀棕 */
    --logo-brightness: 0.8;  /* Logo亮度调整 */
}