@import 'tailwindcss';

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

@custom-variant dark (&:where(.dark, .dark *));

@theme {
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol', 'Noto Color Emoji';
    --color-brand-navy: #0a1f44;
    --color-brand-blue: #2563eb;
    --color-brand-ink: #07152f;
}

html {
    color-scheme: light;
}

html.dark {
    color-scheme: dark;
}

body {
    min-height: 100vh;
}
