/*
 * @bsuite/theme — root CSS entry point (D2C Neon Electric brand)
 * Version 0.6.0
 *
 * DUAL-BRAND ENTRY POINTS:
 *
 *   D2C Neon Electric (crm7, conduit, BSU, R80.3, throughput):
 *     @import '@bsuite/theme/css';       ← this file
 *
 *   Braden Corporate (braden.com.au only):
 *     @import '@bsuite/theme/braden-css';
 *
 * DO NOT import both in the same app. Each file fully defines
 * the --role-* and shadcn bridge layers for its own brand.
 */

@import './vars.css';
@import './utilities.css';
@import './touch.css';
@import './scrollbars.css';
