/* Tailwind CSS directives */
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Import other stylesheets */
@import './home.css';
@import './auth.css';
@import './style.css';
@import './user.css';
