/*
  QuinnGenealogy V2 — readability correction for the original V2 prototype pages.
  Scoped to their existing content classes; does not alter the Oakville/V2 navbar.
*/
.content-wrap,
.content-wrap p,
.content-wrap li,
.content-wrap dd,
.content-wrap dt {
  color:#f4eee2 !important;
}
.content-wrap h1,
.content-wrap h2,
.content-wrap h3,
.content-wrap h4,
.content-wrap .resource strong {
  color:#f4eee2 !important;
}
.content-wrap .resource small,
.content-wrap .footer-note,
.content-wrap .note,
.content-wrap .muted {
  color:#d8d3ca !important;
  opacity:1 !important;
}
.content-wrap a:not(.card-link) {
  color:#e4b45d;
}
.resource {
  color:#f4eee2 !important;
}
.resource small {
  color:#d8d3ca !important;
  opacity:1 !important;
}
