/*
 * ScoutBadger Component Library — Feature CSS Barrel
 *
 * Loaded separately from the DesignSystem via the host's layer-init file.
 * These are component-library-level styles (feature UI patterns) that belong
 * with the component library, NOT in the primitive DesignSystem.
 *
 * All feature CSS is global (non-isolated) — these styles apply wherever
 * the corresponding components are rendered.
 *
 * DesignSystem should contain ONLY:
 *   tokens, typography, spacing utilities, primitive components, animations, radzen token-mappings
 *
 * This file contains feature/domain UI patterns:
 */

@import url("./features/admin.css");
@import url("./features/awards.css");
@import url("./features/dashboard.css");
@import url("./features/notifications.css");
@import url("./features/progress.css");
@import url("./features/requirements.css");
@import url("./features/reviews.css");
@import url("./features/scouts.css");
@import url("./features/settings.css");
@import url("./features/speltak.css");
