/*------------------------------------*\
  Elements > Links
\*------------------------------------*/

a {
  color: $color-link;
  text-decoration: none;
  transition: $global-transition;

  @include attention() {
    color: $color-brand;
    text-decoration: none;
  }
}