/* Theme „Klassisch" – seriöse Serifen-Optik, warm. */
body.theme-classic{--bg:#fbf9f5;--text:#2c2722;background:var(--bg);color:var(--text);
  font-family:Georgia,"Times New Roman",serif}
body.theme-classic .site-header{background:#fff;border-bottom:3px solid var(--accent)}
body.theme-classic .brand{color:var(--accent);font-weight:700;letter-spacing:.01em}
body.theme-classic h1,body.theme-classic h2,body.theme-classic .card-title{font-family:Georgia,serif}
body.theme-classic .card-title a:hover{color:var(--accent)}
body.theme-classic .post-h{border-left:4px solid var(--accent);padding-left:.6rem}
body.theme-classic .chip{background:var(--accent);color:#fff}
