.pricing-toggle-btn.is-active {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}
.pricing-toggle-btn:not(.is-active) {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}
