/* Brand override for  — auto-generated by Eragon onboarding */
/* Primary: #2356b2 | Secondary: #7fa5eb */

/* ── Dark theme (default :root) ─────────────────────────────────────── */
:root {
  --accent: #2356b2 !important;
  --accent-hover: #316cd6 !important;
  --accent-muted: #2356b2 !important;
  --accent-subtle: rgba(35, 86, 178, 0.12) !important;
  --accent-foreground: #ffffff !important;
  --accent-glow: rgba(35, 86, 178, 0.25) !important;
  --primary: #2356b2 !important;
  --primary-foreground: #ffffff !important;
  --accent-2: #7fa5eb !important;
  --accent-2-muted: rgba(127, 165, 235, 0.7) !important;
  --accent-2-subtle: rgba(127, 165, 235, 0.15) !important;
  --ring: #2356b2 !important;
  --shadow-glow: 0 0 30px rgba(35, 86, 178, 0.25) !important;
  --focus-glow: 0 0 0 2px var(--bg), 0 0 0 4px var(--ring), 0 0 20px rgba(35, 86, 178, 0.25) !important;
}

/* ── Light theme ─────────────────────────────────────────────────────── */
[data-theme=light] {
  --accent: #2356b2 !important;
  --accent-hover: #1a4187 !important;
  --accent-muted: #2356b2 !important;
  --accent-subtle: rgba(35, 86, 178, 0.1) !important;
  --accent-foreground: #ffffff !important;
  --accent-glow: rgba(35, 86, 178, 0.15) !important;
  --primary: #2356b2 !important;
  --primary-foreground: #ffffff !important;
  --accent-2: #7fa5eb !important;
  --accent-2-muted: rgba(127, 165, 235, 0.75) !important;
  --accent-2-subtle: rgba(127, 165, 235, 0.12) !important;
  --ring: #2356b2 !important;
}

