@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/

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

div.field_with_errors> :is(input, textarea, select) {
  @apply border-red-300 text-red-900 placeholder-red-300;
}
