/*
  tokens.css -- the ONLY brand-swappable surface.
  Cobrand = override these vars (brand.js does this from config/brands/<id>.json,
  or copy this file per tenant). Layout/structure lives in app.css and is NOT
  brand-swappable. Defaults below = MindMatrix (carried from the chassis/demosim
  MM theme; calibrate exact hexes from Josh's recordings -- production is truth).
*/
:root {
  --brand-primary: #101050;
  --brand-accent: #101050;
  --brand-nav-active: #101050;
  --brand-banner-from: #070724;
  --brand-banner-to: #101050;
  --brand-logo-mark: #101050;

  --font-ui: 'Poppins', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: 'Poppins', 'Segoe UI', system-ui, sans-serif;

  --chrome-bg: #FFFFFF;
  --chrome-text: #1F2937;
  --chrome-text-muted: #6B7280;
  --chrome-border: #E5E7EB;
  --chrome-surface: #F9FAFB;
  --chrome-surface-alt: #F3F4F6;
}
