.primary {
  background: var(--green);
  color: #fff;
}

.primary:disabled {
  background: #d9ddd4;
  color: #8a9189;
}
