/* WP2Static — site-wide icon stack.

   WHY THIS FILE EXISTS:
   Most inner pages of this static export DO NOT link the theme's Font Awesome /
   custom-icon CSS directly — historically this single file was their only icon
   source. (The home page and a few others load the full stack themselves.)
   The previous version of this file was a broken Avada artifact that pointed at
   "Font Awesome 6" webfonts under /assets/themes/Avada/... that do not exist,
   so every icon rendered as a blank box.

   This version simply re-uses the REAL, working icon CSS + webfonts that already
   ship in this export, via root-absolute @import (so it resolves on pages at any
   URL depth). @import keeps each imported file's own relative font url() intact:
     - Font Awesome 5 Free/Brands (js_composer bundle) + the v4 class-name shims
       that map this theme's Font Awesome 4 markup (fa fa-user, fa fa-map-marker,
       fa fa-facebook, fa fa-check-circle-o, ...) onto FA5 glyphs.
     - factoryplus + flaticon custom icon fonts (factory-*, flaticon-*).
   On pages that already load these, the re-import is identical/cached and inert. */

@import url("/assets/plugins/js_composer/assets/lib/bower/font-awesome/css/all.min.css");
@import url("/assets/plugins/js_composer/assets/lib/bower/font-awesome/css/v4-shims.min.css");
@import url("/assets/themes/factoryhub/css/factoryplus-icons.css");
@import url("/assets/themes/factoryhub/css/flaticon.css");
