@import '~styles/config';

.button {
  @include reset-all;
  @include responsive-font(14, 16);

  padding: 0 20px;

  text-decoration: none;
  font-weight: 500;

  color: $color-grey400;

  &:first-of-type {
    margin-left: -20px;
  }

  &:hover {
    color: $color-dark;
  }

  &.active {
    color: $color-dark;
  }
}
