button.bg-warm-600.text-white:not(:disabled) {
  background: #c8674f;
  color: #ffffff;
}

button.bg-warm-600.text-white:hover:not(:disabled) {
  background: #ad533e;
  color: #ffffff;
}

button.bg-warm-600.text-white:disabled,
button.bg-warm-600.text-white:disabled:hover {
  background: #e2e8f0;
  border: 1px solid #cbd5e1;
  color: #334155;
  opacity: 1;
}
