/* Import icons (this is all we need from PrimeVue here) */
@import 'primeicons/primeicons.css';

/* Import Tailwind */
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Optional: Set the light gray page background from the mockup */
body {
    background-color: #f8f9fa; /* A light gray like Tailwind's 'gray-50' */
    color: #374151; /* A default dark text like Tailwind's 'gray-700' */
}
