/* theme-1-classic-blue — navy + gold. Professional, trustworthy. Default. */
:root {
  --brand-primary:      #1e40af;
  --brand-primary-2:    #1e3a8a;
  --brand-accent:       #f59e0b;
  --brand-dark:         #0b1220;
  --brand-heading:      #0b1220;
  --brand-text:         #1f2937;
  --brand-text-muted:   #4b5563;
  --brand-bg:           #ffffff;
  --brand-surface-alt:  #f5f7fb;
  --brand-footer-bg:    #0b1220;
  --brand-on-primary:   #ffffff;
  --brand-on-accent:    #1f2937;
  --brand-on-hero:      #ffffff;
  --brand-on-dark:      #ffffff;
  --brand-hero-bg:      linear-gradient(135deg, #0b1220 0%, #1e3a8a 60%, #1e40af 100%);
  --hero-image-opacity: 0.35;
  --font-heading: 'Nunito', system-ui, sans-serif;
  --font-body:    'Inter',  system-ui, sans-serif;
}
