:root, [data-bs-theme=light] {
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222,226,230;
  --bs-body-bg: #35464c;
  --bs-body-bg-rgb: 53,70,76;
  --bs-secondary-color: rgba(222,226,230,0.75);
  --bs-secondary-color-rgb: 222,226,230,0.75;
  --bs-tertiary-color: rgba(222,226,230,0.5);
  --bs-tertiary-color-rgb: 222,226,230,0.5;
  --bs-body-font-family: Alata, sans-serif;
}

[data-bs-theme=dark] {
  --bs-body-bg: #35464c;
  --bs-body-bg-rgb: 53,70,76;
  --bs-body-font-family: Alata, sans-serif;
}

