:root, [data-bs-theme=light] {
  --bs-body-color: #000000;
  --bs-body-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(0,0,0,0.75);
  --bs-secondary-color-rgb: 0,0,0,0.75;
  --bs-tertiary-color: rgba(0,0,0,0.5);
  --bs-tertiary-color-rgb: 0,0,0,0.5;
  --bs-body-bg: #f2f2f2;
  --bs-body-bg-rgb: 242,242,242;
  --bs-body-font-family: 'Noto Serif', serif;
  --bs-body-line-height: 1.6;
  --bs-link-color: #64761f;
  --bs-link-color-rgb: 100,118,31;
  --bs-link-hover-color: #899d37;
  --bs-link-hover-color-rgb: 137,157,55;
  --bs-focus-ring-color: rgba(13,110,253,0);
}

