.button.button-default,
.button.button-custom,
.button.button-custom_website,
.button.button-website,
.button.button-email,
.button.button-default-email,
.button.button-spotify,
.button.button-apple-podcasts,
.button.button-youtube {
  border-color: #f95603;
  background: #f95603;
  color: #000000;
}

.button.button-default:hover,
.button.button-custom:hover,
.button.button-custom_website:hover,
.button.button-website:hover,
.button.button-email:hover,
.button.button-default-email:hover,
.button.button-spotify:hover,
.button.button-apple-podcasts:hover,
.button.button-youtube:hover {
  background: #000000;
  color: #f95603;
}

