.anchor {
  color: $color-primary-900;

  &:hover {
    text-decoration: none;
  }
}
