.icon-button,
.btn-primary,
.btn-secondary {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  padding: 0 14px;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #03110c;
}

.btn-secondary,
.icon-button {
  border: 1px solid rgba(50,255,154,.32);
  background: rgba(50,255,154,.08);
  color: var(--text);
}

button:disabled,
.btn-primary:disabled,
.btn-secondary:disabled {
  opacity: .45;
  cursor: not-allowed;
}
