@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Nanum+Gothic:wght@400;700&display=swap');

body.page-gimcheon-toilet-drain-clog-hillstate {
  --bg: #FBFAF9;
  --text: #1B2426;
  --primary: #7B4732;
  --secondary: #EDE2DE;
  --font-display: 'Black Han Sans', serif;
  --font-body: 'Nanum Gothic', sans-serif;
  background: var(--bg);
  font-family: var(--font-body);
}

body.page-gimcheon-toilet-drain-clog-hillstate .region-wrap > *:nth-child(even) { background: var(--secondary); margin-inline: -20px; padding: 20px; border-radius: 8px; }
