/* Override Ananke's Tachyons f4 (1.25rem) on content areas — too large for body text */
main .nested-copy-line-height.f4 {
  font-size: 1.05rem;
}

main article.f4 {
  font-size: 1.05rem;
}

/* Reduce hero header padding and title sizes */
header .pv6,
header .pv6-l {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

header .f1-l {
  font-size: 2rem !important;
}

header .f2,
header .f-subheadline-l {
  font-size: 1.5rem !important;
}

/* Reduce post title size */
main h1.f1 {
  font-size: 2rem;
}

/* Darken hero image overlay on non-homepage for better text legibility */
body:not(.is-home) header .bg-black-60 {
  background-color: rgba(0, 0, 0, 0.75);
}

/* Hide duplicate title — already shown in the hero header */
main article > header > h1 {
  display: none;
}
