@import 'tailwindcss';

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

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

    /* Brand palette — moved here from layouts/app.blade.php inline tailwind config */
    --color-brand-50:  #fef2f2;
    --color-brand-100: #fee2e2;
    --color-brand-200: #fecaca;
    --color-brand-300: #fca5a5;
    --color-brand-400: #f87171;
    --color-brand-500: #ef4444;
    --color-brand-600: #dc2626;
    --color-brand-700: #b91c1c;
    --color-brand-800: #991b1b;
    --color-brand-900: #7f1d1d;
}

[x-cloak] { display: none !important; }
