:root, [data-bs-theme=light] {
  --bs-tertiary-color: rgb(85,89,93);
  --bs-tertiary-color-rgb: 85,89,93;
  --bs-body-font-family: Inter, sans-serif;
  --bs-body-font-size: .85rem;
  --bs-border-width: 2px;
  --bs-focus-ring-opacity: 0.4;
  --bs-focus-ring-color: rgba(201,245,226,0.25);
}

[data-bs-theme=dark] {
  --bs-danger: #fff;
  --bs-danger-rgb: 255,255,255;
  --bs-danger-text-emphasis: #FFFFFF;
  --bs-danger-bg-subtle: #333333;
  --bs-danger-border-subtle: #999999;
  --bs-body-color: #ffff;
  --bs-body-color-rgb: 255,255,255;
  --bs-body-bg: #111;
  --bs-body-bg-rgb: 17,17,17;
  --bs-secondary-color: rgba(255,255,255,0.75);
  --bs-secondary-color-rgb: 255,255,255,0.75;
  --bs-tertiary-color: rgba(255,255,255,0.5);
  --bs-tertiary-color-rgb: 255,255,255,0.5;
  --bs-body-font-family: Montserrat, sans-serif;
}

[data-bs-theme=dark] .btn-danger, .btn-danger[data-bs-theme=dark] {
  --bs-btn-color: #000000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FFFFFF;
  --bs-btn-hover-border-color: #FFFFFF;
  --bs-btn-focus-shadow-rgb: 38,38,38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FFFFFF;
  --bs-btn-active-border-color: #FFFFFF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

[data-bs-theme=dark] .btn-outline-danger, .btn-outline-danger[data-bs-theme=dark] {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255,255,255;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
}

