:root, [data-bs-theme=light] {
  --bs-body-font-size: 1em;
  --bs-link-decoration: none;
  --bs-link-hover-decoration: blink;
}

a {
  text-decoration: var(--bs-link-decoration);
}

a:hover {
  text-decoration: var(--bs-link-hover-decoration);
}

[data-bs-theme=dark] {
  --bs-primary: rgb(61,184,108);
  --bs-primary-rgb: 61,184,108;
  --bs-primary-text-emphasis: #8BD4A7;
  --bs-primary-bg-subtle: #0C2516;
  --bs-primary-border-subtle: #256E41;
  --bs-body-color: #ffffff;
  --bs-body-color-rgb: 255,255,255;
  --bs-secondary-color: rgb(207,207,207);
  --bs-secondary-color-rgb: 207,207,207;
  --bs-tertiary-color: rgba(255,255,255,0.5);
  --bs-tertiary-color-rgb: 255,255,255,0.5;
}

[data-bs-theme=dark] .btn-primary, .btn-primary[data-bs-theme=dark] {
  --bs-btn-color: #000000;
  --bs-btn-bg: rgb(61,184,108);
  --bs-btn-border-color: rgb(61,184,108);
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #5AC382;
  --bs-btn-hover-border-color: #50BF7B;
  --bs-btn-focus-shadow-rgb: 9,28,16;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #64C689;
  --bs-btn-active-border-color: #50BF7B;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: rgb(61,184,108);
  --bs-btn-disabled-border-color: rgb(61,184,108);
}

[data-bs-theme=dark] .btn-outline-primary, .btn-outline-primary[data-bs-theme=dark] {
  --bs-btn-color: rgb(61,184,108);
  --bs-btn-border-color: rgb(61,184,108);
  --bs-btn-focus-shadow-rgb: 61,184,108;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(61,184,108);
  --bs-btn-hover-border-color: rgb(61,184,108);
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(61,184,108);
  --bs-btn-active-border-color: rgb(61,184,108);
  --bs-btn-disabled-color: rgb(61,184,108);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(61,184,108);
}

