.theme-blog {
  --brand: #65452f;
  --nav: #6e4b34;
  --accent: #768f5b;
  background: #f8f1df;
  border: 0;
  box-shadow: 0 5px 20px rgba(54, 43, 29, 0.22);
}

.theme-blog .site-masthead {
  background: #eee2c9;
  border-bottom: 1px solid #9f8a68;
}

.theme-blog .content-column {
  width: min(760px, 100%);
  margin: 0 auto;
}

.theme-blog .story-copy,
.theme-blog .archive-detail {
  font-size: 16px;
  line-height: 1.9;
}

.theme-blog .comment-item {
  transform: rotate(-0.15deg);
}
