/* Explicit link contrast for dark-background components. */
.topbar a,
.topbar a:visited,
.hero a:not(.button),
.hero a:not(.button):visited,
.auto-feature a:not(.button),
.auto-feature a:not(.button):visited,
.page-intro a,
.page-intro a:visited,
footer a,
footer a:visited {
  color: #fff;
}

.topbar a:hover,
.topbar a:focus-visible,
.hero a:not(.button):hover,
.hero a:not(.button):focus-visible,
.auto-feature a:not(.button):hover,
.auto-feature a:not(.button):focus-visible,
.page-intro a:hover,
.page-intro a:focus-visible,
footer a:hover,
footer a:focus-visible {
  color: #e5b467;
}
