@import url('https://fonts.googleapis.com/css2?family=Song+Myung&family=Gothic+A1:wght@400;500;700&display=swap');

:root {
  --bg: #FBF6F0;
  --text: #2B211A;
  --primary: #B45B34;
  --secondary: #E7CBB4;
  --font-display: 'Song Myung', serif;
  --font-body: 'Gothic A1', sans-serif;
}

.zigzag { max-width: 900px; margin: 8px auto 56px; padding: 0 20px; }
.zz-row { margin-bottom: 34px; }
.zz-row:last-child { margin-bottom: 0; }
.zz-row h2 {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 6px 14px;
  margin-bottom: 12px;
}
.zz-row p { font-size: 0.97rem; }
