/* Aggregate entry point for the Xle design system in the React app.
   Mirrors the stylesheet set the Blazor host page loads. Order matters:
   tokens (theme) first, shared component classes (xle-ui) next, then the
   per-module sheets. Do not edit the individual sheets here — they are copied
   verbatim from RecTool.Client/wwwroot/css so the look stays in lockstep. */
@import url("./theme.css");
@import url("./xle-ui.css");
@import url("./app.css");
@import url("./nav.css");
@import url("./topbar.css");
@import url("./overview.css");
@import url("./invoice-manager.css");
@import url("./identity.css");
@import url("./crm.css");
@import url("./fees.css");
@import url("./flow.css");
@import url("./filemanager.css");
@import url("./lookthrough.css");
@import url("./reconciliation.css");
@import url("./rebalancing.css");
@import url("./remap.css");
@import url("./trading.css");
@import url("./task-management.css");
@import url("./visit-summary.css");
@import url("./workflow.css");
@import url("./comms.css");
@import url("./dafin-metrics.css");
