/* Shared footer uses a dark background; keep small legal text clearly legible. */
.jp-home-footer .jp-home-footer__bottom,
.jp-home-footer .jp-home-footer__bottom p {
  color: #c9c2b7 !important;
  opacity: 1;
}

/* Darker gold preserves the palette while making small reading-time text readable. */
.jp-post-hero .jp-post-meta__read-time {
  color: #756024 !important;
}
