/**
 * CAI.com — Theme bundle
 *
 * This file imports all theme layers in order. Do not add rules here;
 * add them to the appropriate file under app/css/.
 *
 * Order (do not change):
 * 1. tokens    — design variables (:root)
 * 2. base      — reset, body, typography, form elements
 * 3. layout    — Block, Card, shared brand
 * 4. auth      — auth page (hero, form, language)
 * 5. topbar    — dashboard topbar and nav
 * 6. dashboard — dashboard main content
 * 7. cards     — standardized card components
 */
@import url("css/tokens.css");
@import url("css/base.css");
@import url("css/layout.css");
@import url("css/auth.css");
@import url("css/topbar.css");
@import url("css/dashboard.css");
@import url("css/cards.css");
@import url("css/sidebar.css");
