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

/* Optional: custom font or theme overrides */
@layer base {
    html {
        font-family: 'Cairo', sans-serif;
    }
}
