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

/* Add any custom base styles or component overrides here */
body {
  /* Example: You could set a default font here if not using Tailwind defaults */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
