/* supplement.css — safety fallbacks for archived Avada site */
html { scroll-behavior: auto; }
img { max-width: 100%; height: auto; }
/* keep menu toggle icons from showing raw when icon font is missing */
.awb-menu__m-collapse-icon-open:before,
.awb-menu__m-collapse-icon-close:before { font-family:"Font Awesome 6 Free"; font-weight:900; }
