.button {
  font-family: "Hind Vadodara",Icons,sans-serif;
}

.button--primary {
  background: #a04437;
}

.button--secondary>.button__icon {
  color: #a04437;
}

.button--framed {
  border-color: #c8c8c8;
  background: #ffffff;
  color: #000000;
}

.button--linky {
  color: #a04437;
  background-color: #eaeaea;
}

.button--pink {
  color: #ff1493;
}

@media(min-width:651px) {
  .button--rounded {
    font-size: 17px;
  }
}