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

/* Custom overrides for Basecoat components */
@layer components {
  .input {
    @apply text-black;
  }
}
