.button:not(.button--secondary):not(.button--link):not(.button--tertiary) {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(90, 56, 25);
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
}

.button:not(.button--secondary):not(.button--link):not(.button--tertiary):hover {
  color: rgb(255, 255, 255);
}
