.btn-primary {
  --bs-btn-color: var(--bs-primary-contrast);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-btn-color);
  --bs-btn-hover-bg: var(--bs-primary-hover);
  --bs-btn-hover-border-color: var(--bs-primary-hover);
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-primary-hover);
  --bs-btn-active-border-color: var(--bs-primary-hover);
}

.btn-secondary {
  --bs-btn-color: var(--bs-secondary-contrast);
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--bs-btn-color);
  --bs-btn-hover-bg: var(--bs-secondary-hover);
  --bs-btn-hover-border-color: var(--bs-secondary-hover);
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-secondary-hover);
  --bs-btn-active-border-color: var(--bs-secondary-hover);
}

header.topbar.text-white, header.topbar .text-white {
  --bs-white-rgb: var(--bs-primary-contrast-rgb);
}

footer.bg-secondary {
  background-color: var(--footer-bg) !important;
}
footer.bg-secondary .text-white {
  color: var(--footer-text-color) !important;
}
footer.bg-secondary .border-desktop {
  border-color: var(--footer-text-color) !important;
}
footer.bg-secondary .socials i {
  color: var(--footer-text-color) !important;
}

.page_visual .bg-success {
  --bs-success-rgb: var(--bs-secondary-rgb);
}

.form-group-submit input.text-white, .form-group-submit input .text-white, .form-group-submit button.text-white, .form-group-submit button .text-white {
  --bs-white-rgb: var(--bs-primary-contrast-rgb);
}

.bg-primary.text-white, .bg-primary .text-white {
  --bs-white-rgb: var(--bs-primary-contrast-rgb);
}

.bg-secondary.text-white, .bg-secondary .text-white {
  --bs-white-rgb: var(--bs-secondary-contrast-rgb);
}

section .bg-gold {
  --bs-gold-rgb: var(--bs-primary-rgb);
}
section .bg-gold.text-white, section .bg-gold .text-white {
  --bs-white-rgb: var(--bs-primary-contrast-rgb);
}
section .bg-teal {
  --bs-teal-rgb: var(--bs-secondary-rgb);
}
section .bg-teal.text-white, section .bg-teal .text-white {
  --bs-white-rgb: var(--bs-secondary-contrast-rgb);
}

/*# sourceMappingURL=microsite.css.map*/