/*
 |--------------------------------------------------------------------------------
 | App CSS
 |--------------------------------------------------------------------------------
 | Import vendor styles (Bootstrap) and project styles here so Vite bundles a
 | single stylesheet (`resources/css/app.css`) that Blade can reference with
 | @vite('resources/css/app.css'). This keeps styles centralized.
 */

@import './bootstrap.min.css';

/* Add your custom CSS below */

/* Import other vendor and project styles so Vite bundles a single CSS file */
@import './swiper-bundle.min.css';
@import './scrollcue.min.css';
@import './remixicon.css';
@import './header.css';
@import './style.css';
@import './footer.css';
@import './responsive.css';
@import './dark-theme.css';

