/* Local to this post; the website's navigation and other posts keep their typography. */
body.dear-humanity #title-block-header,
body.dear-humanity .letter-body {
  max-width: 40rem;
  margin-inline: auto;
}

body.dear-humanity .letter-body {
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.08rem, 1rem + 0.3vw, 1.2rem);
  line-height: 1.7;
  text-wrap: pretty;
}

body.dear-humanity h1.title {
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

body.dear-humanity .letter-body > p {
  margin-block: 0 1.15em;
}

body.dear-humanity .letter-feature {
  margin: 0 0 2.2rem;
}

body.dear-humanity .letter-feature img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
}

body.dear-humanity .letter-body blockquote {
  margin: 1.65em 0;
  padding: 0.15em 0 0.15em 1.2em;
  border-left: 3px solid #a47841;
  background: transparent;
  color: inherit;
  font-size: 1.04em;
  line-height: 1.65;
}

body.dear-humanity .letter-body blockquote p:last-child {
  margin-bottom: 0;
}

body.dear-humanity .letter-signature {
  margin-top: 1.8em;
}

body.dear-humanity .letter-note {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--bs-border-color, #b7b7b7);
  color: inherit;
  font-size: 0.84em;
  line-height: 1.6;
}

body.dear-humanity.quarto-dark .letter-body blockquote {
  border-left-color: #d3af79;
}

@media (max-width: 575px) {
  body.dear-humanity .letter-body blockquote {
    padding-left: 0.9em;
  }
}
