// Changes to HTML elements (NO CLASS NAMES)
:focus,
:focus-visible {
  outline-offset: .3em;
}

b,
strong {
  font-weight: 500;
}