/* ── SHARED STYLES FOR ALL JOURNAL POSTS ── */

/* ── READABILITY: bump text sizes site-wide ── */
.post-body {
  font-size: 23px !important;
  line-height: 1.9 !important;
}
.post-body blockquote {
  font-size: 26px !important;
  line-height: 1.7 !important;
}
.post-body h2 {
  font-size: 36px !important;
}
.post-body h3 {
  font-size: 28px !important;
}
@media (max-width: 600px) {
  .post-body {
    font-size: 20px !important;
    line-height: 1.85 !important;
  }
}

/* Image captions */
.post-caption {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-style: italic;
  color: #5C7A5E;
  text-align: center;
  margin-top: -0.6em;
  margin-bottom: 2em;
  padding: 0 8px;
}
