/* SEO-08: additive accessibility refinements; loaded after the legacy theme. */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[role="button"]:focus {
  outline: 3px solid #005fcc !important;
  outline-offset: 3px;
}

/* Keep keyboard focus conspicuous on dark and photographic backgrounds. */
.header a:focus,
.footer a:focus,
.mobnav a:focus,
.banner a:focus {
  outline-color: #ffbf47 !important;
}
