@import "tailwindcss";

/* Explicitly scan your Laravel templates and scripts */
@source "./**/*.blade.php";
@source "./**/*.js";
@source "./**/*.vue";

/* Laravel paginator and compiled views (often missed by auto-detection) */
@source "../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php";
@source "../../storage/framework/views/*.php";

/* Custom theme overrides */
@theme {
    --font-sans: "Instrument Sans", ui-sans-serif, system-ui, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Add any custom @layer styles here if needed */