/* Font Awesome Subset - Apenas ícones utilizados no site */
/* Economia: ~840KB (de 860KB para ~20KB) */

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../assets/fonts/fontawesome/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../assets/fonts/fontawesome/fa-brands-400.woff2") format("woff2");
}

.fas,
.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fab,
.fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.fas,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

/* Ícones utilizados */
.fa-tachometer-alt:before{content:"\f3fd"}
.fa-sign-out-alt:before{content:"\f2f5"}
.fa-search:before{content:"\f002"}
.fa-shield-alt:before{content:"\f3ed"}
.fa-home:before{content:"\f015"}
.fa-key:before{content:"\f084"}
.fa-sliders-h:before{content:"\f1de"}
.fa-chevron-down:before{content:"\f078"}
.fa-times:before{content:"\f00d"}
.fa-sort:before{content:"\f0dc"}
.fa-clock:before{content:"\f017"}
.fa-arrow-down:before{content:"\f063"}
.fa-arrow-up:before{content:"\f062"}
.fa-expand:before{content:"\f065"}
.fa-phone:before{content:"\f095"}
.fa-envelope:before{content:"\f0e0"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-filter:before{content:"\f0b0"}
.fa-instagram:before{content:"\f16d"}
.fa-whatsapp:before{content:"\f232"}
.fa-ruler-combined:before{content:"\f546"}
.fa-bed:before{content:"\f236"}
.fa-bath:before{content:"\f2cd"}
.fa-car:before{content:"\f1b9"}
.fa-edit:before{content:"\f044"}
.fa-trash:before{content:"\f1f8"}
.fa-eye:before{content:"\f06e"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}

