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

/* Ensure html and body take full height for layout purposes if needed */
html, body, #root {
  height: 100%;
  margin: 0;
  padding: 0;
}
