/*
 * main.css
 * This file imports all other CSS files to create a single bundle.
 * The order can be important for overriding styles (though we aim to avoid that).
*/

/* Then individual component styles */
@import './base.css';
@import './layout/app-layout.css';
@import './components/button.css';
@import './components/card.css';
@import './components/bookstores.css';
@import './components/pages.css';

/* Add any other component CSS files here as you create them */
