/*****************************************************************************
Link
******************************************************************************/

a {
  font: inherit;
  color: inherit;
  text-decoration: none;

  &:focus-visible {
    outline: none;
  }

  &:active {
    color: inherit;
  }
}
