/* Brand override for Imagine AI — auto-generated by Eragon onboarding */
/* Primary: #69494a | Secondary: #966056 */

/* ── Dark theme (default :root) ─────────────────────────────────────── */
:root {
  --accent: #69494a !important;
  --accent-hover: #875d5f !important;
  --accent-muted: #69494a !important;
  --accent-subtle: rgba(105, 73, 74, 0.12) !important;
  --accent-foreground: #ffffff !important;
  --accent-glow: rgba(105, 73, 74, 0.25) !important;
  --primary: #69494a !important;
  --primary-foreground: #ffffff !important;
  --accent-2: #966056 !important;
  --accent-2-muted: rgba(150, 96, 86, 0.7) !important;
  --accent-2-subtle: rgba(150, 96, 86, 0.15) !important;
  --ring: #69494a !important;
  --shadow-glow: 0 0 30px rgba(105, 73, 74, 0.25) !important;
  --focus-glow: 0 0 0 2px var(--bg), 0 0 0 4px var(--ring), 0 0 20px rgba(105, 73, 74, 0.25) !important;
}

/* ── Light theme ─────────────────────────────────────────────────────── */
[data-theme=light] {
  --accent: #69494a !important;
  --accent-hover: #4a3434 !important;
  --accent-muted: #69494a !important;
  --accent-subtle: rgba(105, 73, 74, 0.1) !important;
  --accent-foreground: #ffffff !important;
  --accent-glow: rgba(105, 73, 74, 0.15) !important;
  --primary: #69494a !important;
  --primary-foreground: #ffffff !important;
  --accent-2: #966056 !important;
  --accent-2-muted: rgba(150, 96, 86, 0.75) !important;
  --accent-2-subtle: rgba(150, 96, 86, 0.12) !important;
  --ring: #69494a !important;
}
