/* ==========================================================================
   WaveWorks Carbon UI CSS
   ==========================================================================
   IMPORT HUB
   - Keep this file path stable. App bundles should continue to reference only
     this file.
   - Tokens: theme variables and semantic color aliases.
   - Foundation: global layout primitives and utility classes.
   - Shell: app chrome and global navigation layout.
   - Surface: shared background wrappers and page surface helpers.
   - Rw bridge: reusable bridge rules between `rw-*` controls and Carbon tokens.
   - Shell compat: compatibility overrides for legacy app-shell markup.
   - Legacy: remaining reusable components, features, and compatibility layers
     that have not yet been promoted.
   - Sample: dev-only sample and wireframe helpers.
   - Do not add feature-specific selectors directly in this file.
   ========================================================================== */

@import url("./rxcontrols.ui.carbon.2025.01.tokens.css");
@import url("./rxcontrols.ui.carbon.2025.01.foundation.css");
@import url("./rxcontrols.ui.carbon.2025.01.shell.css");
@import url("./rxcontrols.ui.carbon.2025.01.surface.css");
@import url("./rxcontrols.ui.carbon.2025.01.rw-bridge.css");
@import url("./rxcontrols.ui.carbon.2025.01.shell-compat.css");
@import url("./rxcontrols.ui.carbon.2025.01.legacy.css");
@import url("./rxcontrols.ui.carbon.2025.01.sample.css");
