/**
 * Radar Caixa — design tokens (placeholder)
 * @see docs/go-to-market/brief-logo-radar-caixa.md
 */
:root {
  --brand-primary: #1b6b4a;
  --brand-primary-light: #2d8a5e;
  --brand-primary-surface: #e8f3ed;
  --brand-text: #0f1f19;
  --brand-text-muted: #5c6f66;
  --brand-border: #d4e4dc;
  --brand-positive: #1f7a52;
  --brand-attention: #c47820;
  --brand-risk: #c44b4b;
  --brand-bg: #f7faf8;
}
