/* 主题：书页（护眼纸感 · 衬线，适合小说） */
:root{
  --accent:#8a6d3b;--accent-2:#6f5630;--bg:#f6efe1;--fg:#3a2f22;--muted:#8a7a63;
  --soft:#efe6d3;--border:#e0d3b8;--card:#fbf6ea;--header-bg:#efe6d3;--header-fg:#4a3b28;
  --footer-bg:#3a2f22;--footer-fg:#d8c9a8;--radius:8px;
  --font:var(--serif);
}
body{font-family:var(--serif)}
.article{font-size:18px;line-height:2}
