/*
 * Custom FontAwesome subset for innofenyx.ca.
 * Contains only the 19 icons actually used on the site:
 *   solid:  bolt, boxes-stacked, clock, flask, gift, handshake, house,
 *           layer-group, microchip, pencil-ruler, ruler-combined, star,
 *           store, truck-fast
 *   brands: etsy, facebook, instagram, shopify, x-twitter
 *
 * Replaces all.min.css (~103 KB → ~3 KB). The fa-regular-400 and
 * fa-v4compatibility fonts are not loaded since no icon needs them.
 *
 * Source upstream: FontAwesome Free 6.x.
 */

/* Two @font-face declarations. Drop legacy .ttf fallbacks - all browsers
 * Innofenyx supports handle woff2. */
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(../webfonts/fa-brands-400.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(../webfonts/fa-solid-900.woff2) format("woff2")}

/* Base icon classes - core sizing/rendering rules */
.fa,.fa-classic,.fa-solid,.fas,.fa-brands,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}
.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}
.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}
.fa-1x{font-size:1em}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa::before,.fa-classic::before,.fa-solid::before,.fas::before,.fa-brands::before,.fab::before{content:var(--fa,"")}
.fa-fw{text-align:center;width:1.25em}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* The 19 icons we use */
/* solid */
.fa-bolt:before{content:"\f0e7"}
.fa-boxes-stacked:before{content:"\f468"}
.fa-clock:before{content:"\f017"}
.fa-flask:before{content:"\f0c3"}
.fa-gift:before{content:"\f06b"}
.fa-handshake:before{content:"\f2b5"}
.fa-house:before{content:"\f015"}
.fa-layer-group:before{content:"\f5fd"}
.fa-microchip:before{content:"\f2db"}
.fa-pencil-ruler:before{content:"\f5ae"}
.fa-ruler-combined:before{content:"\f546"}
.fa-star:before{content:"\f005"}
.fa-store:before{content:"\f54e"}
.fa-truck-fast:before{content:"\f48b"}
/* brands */
.fa-etsy:before{content:"\f2d7"}
.fa-facebook:before{content:"\f09a"}
.fa-instagram:before{content:"\f16d"}
.fa-shopify:before{content:"\e057"}
.fa-x-twitter:before{content:"\e61b"}
