/* Keep album reading text consistent with the more readable band pages. */
:root {
  --font-body: "Crimson Text", Georgia, serif;
  --body: "Crimson Text", Georgia, serif;
}

body {
  font-family: "Crimson Text", Georgia, serif;
  font-size: 18px;
  line-height: 1.7;
}

.album-section p,
.archive-notes p {
  font-size: 18px;
  line-height: 1.85;
}

.album-section p {
  color: var(--text-muted, var(--muted));
}

.album-hero__desc,
.hero-desc {
  font-size: 18px;
  line-height: 1.7;
}

.lyrics-body pre {
  font-family: "Crimson Text", Georgia, serif;
  font-size: 18px;
  line-height: 1.85;
}
