@import "tailwindcss";
@import "../../vendor/filament/filament/resources/css/theme.css";

@source '../../app/Filament/**/*.php';
@source '../../resources/views/**/*.blade.php';
@source '../../resources/views/filament/**/*.blade.php';
@source '../../resources/views/livewire/**/*.blade.php';
@source '../../vendor/filament/**/*.blade.php';
@source '../../resources/views/vendor/larecipe/**/*.blade.php';
/* @tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants; */


@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';


@theme {
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', 'Noto Color Emoji';
}


.label {
    font-size: 12px;
}
