/* ============================================================
   b1-theme.css – B1 color theme (blue)
   Load AFTER common.css on every B1 page.
   To change the B1 color scheme, edit only this file.
   ============================================================ */
:root {
  --color-header-bg:      #003399;
  --color-primary:        #003399;
  --color-primary-dark:   #0044cc;
  --color-primary-light:  #7ab3ff;
  --color-primary-bg:     #e8f0fe;
  --color-secondary:      #003399;
  --color-gradient-start: #003399;
  --color-gradient-end:   #0055cc;
}
