/* =========================================================================
   app.css — the stylesheet manifest (issue #15, SFD2 pattern). Rules live in
   the six token sheets, imported in cascade order: variables first, Fluent
   overrides second, then layout, components, charts, print. Do not add rules
   here; the CssTokenRatchetTests guard this structure.
   ========================================================================= */

@import url("css/vars.css");
@import url("css/colors.css");
@import url("css/layout.css");
@import url("css/components.css");
@import url("css/charts.css");
@import url("css/print.css");
