body.single-post h1, body.single-post h2, body.single-post h3, body.single-post h4, body.single-post h5, body.single-post h6 {
  font-family: "bennet-display", sans-serif;
}
body.single-post h1, body.single-post h2 {
  font-weight: 500;
}
body.single-post h3, body.single-post h4, body.single-post h5, body.single-post h6 {
  font-weight: 300;
}
body.single-post main {
  max-width: 100%;
  padding: 0;
}
body.single-post .hero img {
  display: block;
  width: 100%;
  height: auto;
}
body.single-post .post_head h2 {
  margin-bottom: 0;
}
body.single-post .post_content {
  width: 1000px;
  max-width: 60vw;
  padding: 1rem;
  margin: 0 auto;
}
body.single-post .post_content .wp-block-image img {
  max-height: 90vh;
  object-fit: contain;
}
body.single-post .post_content .content > .wp-block-image {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.col {
  line-height: normal;
}

.bar {
  display: flex;
  gap: 1rem;
}

.date {
  font-style: italic;
}

.category {
  color: #a40001;
  text-transform: uppercase;
}