/* global content area link styling */
main a {
  font-weight: 500;
  color: var(--primary);
}
main a:hover, a:focus {
  text-decoration: none;
  color: var(--warning);
}
