/* theme-6-navy-red — deep navy + brand red + warm gold accent.
 * Patriotic, freight-forward. The accent is a warm gold rather than another
 * shade of navy/red so it stays visible on the navy hero + footer surfaces
 * (template2 uses --brand-accent for eyebrow pills, hero CTAs, ticker dots,
 * footer link hover — all painted on dark backgrounds).
 */
:root {
  --brand-primary:      #dc2626;   /* signal red — CTAs, links */
  --brand-primary-2:    #b91c1c;   /* darker red on hover */
  --brand-accent:       #f5b544;   /* warm gold — pops on navy */
  --brand-dark:         #0b1a3a;   /* near-black navy */
  --brand-heading:      #0b1a3a;
  --brand-text:         #1f2937;
  --brand-text-muted:   #4b5563;
  --brand-bg:           #ffffff;
  --brand-surface-alt:  #f4f6fb;
  --brand-footer-bg:    #0b1a3a;
  --brand-on-primary:   #ffffff;
  --brand-on-accent:    #1f1a0a;   /* dark ink on gold for AA contrast */
  --brand-on-hero:      #ffffff;
  --brand-on-dark:      #ffffff;
  --brand-hero-bg:      linear-gradient(135deg, #0b1a3a 0%, #1e3a8a 55%, #b91c1c 100%);
  --hero-image-opacity: 0.3;

  --font-heading: 'Nunito', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-body:    'Inter',  system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
