/*
This file is typically generated by your React build tool (like Vite or Create React App)
and contains the compiled CSS for your application, including Tailwind's utility classes.
You generally don't edit this file directly.
*/

/* Base styles, resets, and Tailwind's core utilities */
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Optional: Import the Inter font if you've configured your project to use it */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Any custom global CSS you might have added in your source files */
/* For example: */
/*
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}
*/