@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', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --color-primary: #0B6CF0;
    --color-secondary: #EAF4FF;
    --color-bg-custom: #F8FAFC;
    --color-border-custom: #DDE7F3;
    --color-text-custom: #1E293B;
    --color-hover-custom: #0057D8;
}
