/* ============================================
   BRAND VARIABLES — Single source of truth
   ============================================
   Change these values to update both the
   landing page and the main console UI.
   ============================================ */
:root {
  /* ── Colors ── */
  --brand-primary: #ff6600;
  --brand-primary-rgb: 255, 102, 0;
  --brand-green: #00d26a;
  --brand-green-rgb: 0, 210, 106;
  --brand-red: #ff3b3b;
  --brand-red-rgb: 255, 59, 59;
  --brand-blue: #2196F3;
  --brand-yellow: #ffc107;

  /* ── Typography ── */
  --brand-font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  --brand-font-sans: 'IBM Plex Sans', -apple-system, 'Segoe UI', sans-serif;

  /* ── Radii ── */
  --brand-radius: 8px;
  --brand-radius-sm: 4px;
  --brand-radius-xs: 2px;
}
