.primary-button-outline .button:not(.button--secondary) {
  background: transparent;
  color: rgb(var(--color-text));
  border-color: rgb(var(--color-border));
}

.secondary-button-solid .button--secondary {
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-label));
  border-color: rgb(var(--color-button));
}
