/* Brand override for  — auto-generated by Eragon onboarding */
/* Primary: #0f172a | Secondary: #0a66c2 */

/* ── Dark theme (default :root) ─────────────────────────────────────── */
:root {
  --accent: #0f172a !important;
  --accent-hover: #1c2b4f !important;
  --accent-muted: #0f172a !important;
  --accent-subtle: rgba(15, 23, 42, 0.12) !important;
  --accent-foreground: #ffffff !important;
  --accent-glow: rgba(15, 23, 42, 0.25) !important;
  --primary: #0f172a !important;
  --primary-foreground: #ffffff !important;
  --accent-2: #0a66c2 !important;
  --accent-2-muted: rgba(10, 102, 194, 0.7) !important;
  --accent-2-subtle: rgba(10, 102, 194, 0.15) !important;
  --ring: #0f172a !important;
  --shadow-glow: 0 0 30px rgba(15, 23, 42, 0.25) !important;
  --focus-glow: 0 0 0 2px var(--bg), 0 0 0 4px var(--ring), 0 0 20px rgba(15, 23, 42, 0.25) !important;
}

/* ── Light theme ─────────────────────────────────────────────────────── */
[data-theme=light] {
  --accent: #0f172a !important;
  --accent-hover: #010204 !important;
  --accent-muted: #0f172a !important;
  --accent-subtle: rgba(15, 23, 42, 0.1) !important;
  --accent-foreground: #ffffff !important;
  --accent-glow: rgba(15, 23, 42, 0.15) !important;
  --primary: #0f172a !important;
  --primary-foreground: #ffffff !important;
  --accent-2: #0a66c2 !important;
  --accent-2-muted: rgba(10, 102, 194, 0.75) !important;
  --accent-2-subtle: rgba(10, 102, 194, 0.12) !important;
  --ring: #0f172a !important;
}

