/* Variants */
.success {
  @apply text-success-500;
}

.warning {
  @apply text-warning-500;
}

.error {
  @apply text-error-500;
}
