body {
  background: #f6f0e6;
  color: #1f1a17;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
}

.site-header {
  background: #1f1a17;
  border-bottom: 6px double #b91c1c;
}

.site-title {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 28px;
  letter-spacing: .06em;
}

.hero,
.area-description,
.search-box,
.link-panel,
.content-section,
.post-form,
.post-card,
.area-stats,
.pr-ranking {
  background: #fffaf0;
  border: 1px solid #3a3028;
  border-radius: 0;
  box-shadow: none;
}

.page-title,
.hero h1,
.content-section h2,
.link-panel h2 {
  border-bottom: 3px double #3a3028;
  padding-bottom: 8px;
}

.area-link-grid a,
.pagination a,
.pagination span {
  background: #fffaf0;
  border: 1px solid #3a3028;
  border-radius: 0;
  color: #1f1a17;
}

.post-card {
  border-left: 6px solid #b91c1c;
}

.post-card__cta,
.submit-button,
button,
.pr-card__button {
  background: #b91c1c;
  border-radius: 0;
  color: #fff;
}

.post-card__meta span,
.pr-card__badges span {
  background: #efe4cf;
  border-radius: 0;
  color: #3a3028;
}

input,
select,
textarea {
  background: #fffdf7;
  border: 1px solid #3a3028;
  border-radius: 0;
}
