@import "tailwindcss";
@plugin "daisyui" {
  themes: light --default
}

.field_with_errors .input {
  @apply border-red-500 focus:border-red-500 focus:ring-red-500;
}

.field_with_errors .label-text {
  @apply text-red-500;
}
