/*
 * theme-default.css — Default theme entry point
 *
 * This is the ONLY file loaded in base.html.
 * To create a new theme, create theme-<name>.css and import
 * a different variables.css (or override vars inline) followed
 * by the same module imports below.
 *
 * Module load order matters:
 *   1. variables  — design tokens (must be first)
 *   2. base       — global resets / typography
 *   3. nav        — navbar
 *   4. cards      — peer cards and data cards
 *   5. forms      — inputs, labels, buttons
 *   6. badges     — status indicators
 *   7. layout     — tables, footer, structural helpers
 */

@import url("variables.38fb9f933f06.css");
@import url("base.162b2ad95c91.css");
@import url("nav.cbc754c775cc.css");
@import url("cards.4faada6e8a48.css");
@import url("forms.05ea579fa607.css");
@import url("badges.51547cacf0ac.css");
@import url("layout.6124ac2bcd9a.css");
