// bootstrap configuration
// Colormodes: dark
$color-mode-type: data;



@include color-mode(dark) {

}

[data-bs-theme=dark] {
//   --bs-body-bg: #3E3E3E;
//  --bs-body-bg: #232323;
//  --bs-body-bg: #198754;
//  --bs-body-bg: #75B798;
//  --bs-body-bg: #506552;
//  --bs-body-bg: #607A5F;
  --bs-body-bg: #334539;
//  --bs-body-bg: #486051;
//  --bs-body-bg: #829B7E;
}