/*
 * design.css — bundle entry point for the LevPro design system.
 *
 * Load this AFTER bootstrap-5.3.2.min.css. It provides:
 *   1. Design tokens (CSS custom properties)
 *   2. Body & typography defaults
 *   3. Bootstrap component overrides — re-themes existing markup
 *
 * Usage in a Django template:
 *   <link rel="stylesheet" href="{% static 'design/css/design.css' %}">
 *
 * To globalize: add the line above to cloudtrader/_base_headers.html
 * after the supertrader.css link.
 */

@import url("tokens.cdbfe0f1faff.css");
@import url("base.3ded9b5811a1.css");
@import url("bootstrap_overrides.7b74fdffea07.css");
@import url("components.6c1111658686.css");
@import url("shell.50487f731786.css");
