
:root, [data-bs-theme=light] {

  --bs-body-bg: #F8F9FB;
  --bs-header-dark-bg: #1D3A61;
  --bs-primary-rgb: 29,58,97;
  --bs-primary-bg-subtle: #9cbbe6;
  --bs-primary-border-subtle: #6e8bb4;

}

[data-bs-theme=dark] {
  

}