/*
 * Font Awesome 6 Pro FALLBACK — PENDING LICENCE REVIEW (docs/PHASE1_ICON_EXCEPTIONS.md).
 * Production loads the theme's Font Awesome 6 Pro (fontawesome-pro.css + fa-light-300 etc.). Those files are not
 * distributed with this application. This sheet maps every Pro-style class used on the site to the Font Awesome 5
 * FREE webfonts that are already part of the migrated Elementor library (CC BY 4.0 / SIL OFL), so no icon is
 * missing. Differences vs production: "light" (300) strokes render as SOLID (900); two FA6-only glyph names
 * (bars-sort, location-dot) are mapped to their FA5 equivalents (bars, map-marker-alt).
 * When FTC_FA_PRO_LOCAL_PATH is set (local parity testing only) this file is not loaded.
 */
.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}
.fa,.fas,.fa-solid{font-family:"Font Awesome 5 Free";font-weight:900}
.far,.fa-regular{font-family:"Font Awesome 5 Free";font-weight:400}
.fal,.fa-light,.fat,.fa-thin{font-family:"Font Awesome 5 Free";font-weight:900} /* Pro light/thin → Free solid (pending review) */
.fab,.fa-brands{font-family:"Font Awesome 5 Brands";font-weight:400}
/* FA6 names used by the theme that do not exist in FA5 Free */
.fa-bars-sort:before{content:"\f0c9"}      /* bars */
.fa-location-dot:before{content:"\f3c5"}   /* map-marker-alt */
/* names that exist in FA5 Free but are defined by fontawesome-pro.css on production (all.min.css loads later anyway) */
.fa-phone-volume:before{content:"\f2a0"}
.fa-phone-alt:before{content:"\f879"}
.fa-phone:before{content:"\f095"}
.fa-envelope:before{content:"\f0e0"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-times:before{content:"\f00d"}
.fa-clock:before{content:"\f017"}
.fa-plus:before{content:"\f067"}
.fa-facebook-f:before{content:"\f39e"}
.fa-linkedin-in:before{content:"\f0e1"}
.fa-twitter:before{content:"\f099"}
.fa-youtube:before{content:"\f167"}
.fa-instagram:before{content:"\f16d"}
.fa-pinterest:before{content:"\f0d2"}
.fa-linkedin:before{content:"\f08c"}
.fa-search:before{content:"\f002"}
.fa-user:before{content:"\f007"}
.fa-comments:before{content:"\f086"}
.fa-calendar-alt:before{content:"\f073"}
.fa-star:before{content:"\f005"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-double-right:before{content:"\f101"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-reply-all:before{content:"\f122"}
.fa-location-arrow:before{content:"\f124"}
