/* WP2Static — site-wide icon stack (NEUTRALIZED + fixed).
   The previous contents were an Avada-template artifact that force-mapped every
   .fa icon to a "Font Awesome 6 Free" @font-face pointing at /assets/themes/Avada/...
   webfonts that don't exist on this FactoryHub site, turning every icon into a
   blank box. This site ships Font Awesome 4.6.3 (theme) + the factoryplus and
   flaticon custom fonts. We re-use those via root-absolute @import (resolves at
   any URL depth; @import preserves each file's own relative font url()). */
@import url("/assets/themes/factoryhub/css/font-awesome.min.css");
@import url("/assets/themes/factoryhub/css/factoryplus-icons.css");
@import url("/assets/themes/factoryhub/css/flaticon.css");
