/* OrbiSky brand anchors mirror the Platform palette without a runtime dependency.
   Keep these values aligned with Platform.module.css; see docs/brand-system.md. */
:root {
  --brand-navy-950: #020617;
  --brand-navy-900: #0c1628;
  --brand-navy-800: #122137;
  --brand-slate-700: #2b3e53;
  --brand-slate-400: #a8b8cb;
  --brand-white: #e9f0f8;
  --brand-mint-400: #4edbb8;
  --brand-mint-300: #6ee7c7;
  --brand-mint-100: #b1f2e2;
  --brand-teal-950: #041c19;
  --brand-teal-800: #146451;
  --brand-paper: #e7edf1;
  --brand-paper-line: #b4c3cf;
  --brand-paper-hover: #d2e0e6;
  --brand-ink: #102337;
  --brand-ink-muted: #425970;
  --brand-control-radius: .5rem;
}
