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

/* Custom styles can go here */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
