/* fontawesome-optimized.css - Versão ultra otimizada */

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/webfonts/fa-brands-400.woff2") format("woff2");
}

/* Base */
.fa,.fab,.fas,.far {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa,.fas { font-family: "Font Awesome 5 Free"; font-weight: 900; }
.fab { font-family: "Font Awesome 5 Brands"; font-weight: 400; }
.far { font-family: "Font Awesome 5 Free"; font-weight: 400; }

/* Seus ícones específicos */
.fa-bars:before{content:"\f0c9"}
.fa-times:before{content:"\f00d"}
.fa-home:before{content:"\f015"}
.fa-envelope:before{content:"\f0e0"}
.fa-phone:before{content:"\f095"}
.fa-laptop-code:before{content:"\f5fc"}
.fa-mobile-alt:before{content:"\f3cd"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-search:before{content:"\f002"}
.fa-cog:before{content:"\f013"}
.fa-chart-line:before{content:"\f201"}
.fa-users:before{content:"\f0c0"}
.fa-rocket:before{content:"\f135"}
.fa-linkedin:before{content:"\f08c"}
.fa-instagram:before{content:"\f16d"}
.fa-facebook:before{content:"\f09a"}
.fa-whatsapp:before{content:"\f232"}
.fa-briefcase:before{content:"\f0b1"}
.fa-check:before{content:"\f00c"}
.fa-arrow-right:before{content:"\f061"}
.fa-star:before{content:"\f005"}
.fa-quote-left:before{content:"\f10d"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-clock:before{content:"\f017"}
.fa-code:before{content:"\f121"}
.fa-headset:before{content:"\f590"}
.fa-lock:before{content:"\f023"}
.fa-paint-brush:before{content:"\f1fc"}
.fa-globe:before{content:"\f0ac"}
.fa-file-alt:before{content:"\f15c"}
.fa-tools:before{content:"\f7d9"}
.fa-edit:before{content:"\f044"}
.fa-facebook-f:before{content:"\f39e"}
.fa-phone-alt:before{content:"\f879"}
.fa-arrow-up:before{content:"\f062"}
.fa-plus:before{content: "\2b" }

/* Utility classes essenciais */
.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-fw{text-align:center;width:1.25em}
