/* Brand override for  — auto-generated by Eragon onboarding */
/* Primary: #374151 | Secondary: #059669 */

/* ── Dark theme (default :root) ─────────────────────────────────────── */
:root {
  --accent: #374151 !important;
  --accent-hover: #4b596f !important;
  --accent-muted: #374151 !important;
  --accent-subtle: rgba(55, 65, 81, 0.12) !important;
  --accent-foreground: #ffffff !important;
  --accent-glow: rgba(55, 65, 81, 0.25) !important;
  --primary: #374151 !important;
  --primary-foreground: #ffffff !important;
  --accent-2: #059669 !important;
  --accent-2-muted: rgba(5, 150, 105, 0.7) !important;
  --accent-2-subtle: rgba(5, 150, 105, 0.15) !important;
  --ring: #374151 !important;
  --shadow-glow: 0 0 30px rgba(55, 65, 81, 0.25) !important;
  --focus-glow: 0 0 0 2px var(--bg), 0 0 0 4px var(--ring), 0 0 20px rgba(55, 65, 81, 0.25) !important;
}

/* ── Light theme ─────────────────────────────────────────────────────── */
[data-theme=light] {
  --accent: #374151 !important;
  --accent-hover: #222832 !important;
  --accent-muted: #374151 !important;
  --accent-subtle: rgba(55, 65, 81, 0.1) !important;
  --accent-foreground: #ffffff !important;
  --accent-glow: rgba(55, 65, 81, 0.15) !important;
  --primary: #374151 !important;
  --primary-foreground: #ffffff !important;
  --accent-2: #059669 !important;
  --accent-2-muted: rgba(5, 150, 105, 0.75) !important;
  --accent-2-subtle: rgba(5, 150, 105, 0.12) !important;
  --ring: #374151 !important;
}

