/*
 * app.css — Entry point. Import order matters.
 *
 * 1. tokens  — CSS variables (must come first, everything else reads them)
 * 2. base    — reset, body, typography
 * 3. components — buttons, forms, alerts, badges, cards, modals, toasts, spinner
 * 4. layout  — app shell, sidebar, page content area
 *
 * Replace the <link> in wwwroot/index.html with:
 *   <link rel="stylesheet" href="css/app.css" />
 *
 * Remove any Bootstrap CDN links — this design system replaces Bootstrap entirely.
 */

@import url('./tokens.css');
@import url('./base.css');
@import url('./components.css');
@import url('./layout.css');
@import url('./solistay.css');
