/* 7alos design tokens — SINGLE source for website/, web/, dashboard/.
   Extracted from the 7alos marketing palette. Sync with `make sync-tokens`. */
:root {
  --brand-bg: #0B1120;
  --brand-bg-deep: #04121A;
  --brand-primary: #22D3EE;
  --brand-primary-soft: #DFF6FB;
  --brand-secondary: #8B5CF6;
  --brand-secondary-soft: #A78BFA;
  --brand-surface: #E9EFF7;
  --brand-line: #C9D4E2;
  --brand-muted: #9AA9BC;
  --brand-muted-2: #AEBDD0;
  --brand-ink: #000000;
  --brand-paper: #FFFFFF;
}
