/* Generated from assets/brand/witb-brand.json. Approved Draft Night identity. */
:root {
  --brand-night: #030817;
  --brand-navy: #071226;
  --brand-panel: #071426;
  --brand-raised: #0a1932;
  --brand-blue: #102a52;
  --brand-line: #263b5d;
  --brand-text: #dce5f2;
  --brand-muted: #b7c8d8;
  --brand-gold: #e7bd59;
  --brand-cyan: #4ed0ef;
  --brand-font: Inter, "Segoe UI", Arial, sans-serif;
  --brand-radius: 14px;
  --brand-control-radius: 8px;
  --brand-space: 1rem;
  --brand-background: linear-gradient(120deg,#030817 0%,#071226 55%,#0b1d3a 100%);
  color-scheme: dark;
}
html {font-family:var(--brand-font)}
