/*
 * ScoutBadger New-UI Design System Entrypoint
 *
 * Single import for hosts that consume the new UI architecture.
 * Includes design tokens, component styles, and animations.
 */

@import url("./tokens.css");
@import url("./components.css");
@import url("./animations.css");

