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

@layer components {
  .mandatory {
    @apply after:content-['*'] after:ml-0.5 after:text-red-500;
  }
}
