/* ============================================================================
   Wealth Bridge — Editorial Wealth Aesthetic
   ----------------------------------------------------------------------------
   Cream paper background, Fraunces display serif, deep forest accent.
   Designed to feel like a private banker's portfolio statement, but
   interactive. Restrained motion, generous whitespace, hairline rules.
   ----------------------------------------------------------------------------
   Modular layout (loaded via @import below):
     _tokens-base.css   — design tokens (light), reset, base typography,
                          layout shell, cards, KPI grid, tables, buttons,
                          forms, badges, flash, empty, auth shell, charts
                          wrapper, animations, helpers
     _components.css    — broker banner & live indicator, strategy summary
                          cards, performance / rebalance / orders tables,
                          selection + scrollbar
     _pages.css         — page-specific surfaces (strategies catalog, credit
                          pools, broker connect, view filters, mobile
                          responsiveness, ECharts frame, accordion, dark
                          mode tokens & overrides)
     _modern.css        — editorial layer (Fraunces hero anchor, allocation
                          bar, SVG sparkline, drop cap, statement table,
                          as-of stamp, brand-mark seal, auth marginalia)
============================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,200..900;1,9..144,200..900&family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500&display=swap');

@import './_tokens-base.css';
@import './_components.css';
@import './_pages.css';
@import './_modern.css';
