.theme-5 {
  --bg: #f7f1e8;
  --ink: #2a2118;
  --lead: #4a3d32;
  --muted: #7a6a5b;
  --accent: #8a4b22;
  --line: #e5d8c6;
  --box-bg: #fff8ee;
  --card-bg: #fffdf8;
  --th-bg: #f0e6d6;
  --tag-bg: #efe0cc;
  --tag-ink: #6b3a16;
  --cta-bg: #6b3a16;
  --cta-btn: #f7f1e8;
  --cta-btn-ink: #6b3a16;
  --radius: 14px;
  --font: "Pretendard", "Apple SD Gothic Neo", sans-serif;
}
.theme-5 .cbd-hero h1,
.theme-5 .cbd-h2,
.theme-5 .cbd-cta h2,
.theme-5 .cbd-card h3 {
  font-family: "Noto Serif KR", "Apple Myungjo", serif;
  letter-spacing: -.02em;
}
.theme-5 .cbd-card img { filter: saturate(.88) }
.theme-5 .cbd-box { border-color: #e5d8c6 }
