/* Main application styles */
/* Tailwind will be injected here if we add a build step later */
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
    @apply antialiased;
}