/* ============================================
   BRAND VARIABLES — Single source of truth
   ============================================
   Change these values to update both the
   landing page and the main console UI.
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');

: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;
  --brand-font-brand: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;

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