/* ZeroAI Theme - Brand Customization */
:root {
  --brand-primary: #007bff;
  --brand-secondary: #dc5e09;
  --brand-accent: #0f141d;
}

.site-header { background: var(--brand-primary) !important; }
.site-header .site-title, .site-header .site-description, .site-header nav a, .site-header .menu a { color: var(--brand-secondary) !important; }
.site-title a, .site-title a:visited, .site-title a:hover, .site-title a:active { color: var(--brand-secondary) !important; }
a { color: var(--brand-primary) !important; }
a:hover { color: var(--brand-accent) !important; }
.entry-title a { color: var(--brand-primary) !important; }
.more-link { background: var(--brand-accent) !important; color: white !important; }
.site-footer { background: var(--brand-accent) !important; }
.footer-widgets { background: var(--brand-accent) !important; }
