/* Footer colors driven by CSS variables injected at runtime.
   Variables are set in epb_generic_preprocess_html() as --epb-footer-text-color and --epb-footer-bg-color.
*/
.site-footer {
  background-color: var(--epb-footer-bg-color, inherit) !important;
}

.site-footer,
.site-footer h2,
.site-footer a,
.site-footer .nav-link {
  color: var(--epb-footer-text-color, inherit) !important;
}

.site-footer svg.ext {
  fill: var(--epb-footer-text-color, inherit) !important;
}
