/* app.css — the design-system entry point (import order matters).
 * Linked once from base.html / login.html / parent_view.html. fonts + tokens
 * first, then the layers that consume the tokens: base (reset, type, shell),
 * components (the library), pages (page-module layouts). Everything is local;
 * nothing is fetched at runtime.
 */
@import url("fonts.css");
@import url("tokens.css");
@import url("base.css");
@import url("components.css");
@import url("pages.css");
@import url("tracker.css");
