@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/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("../fonts/fa-brands-400.woff2") format("woff2");
}

.fas, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fas { font-family: "Font Awesome 6 Free";   font-weight: 900; }
.fab { font-family: "Font Awesome 6 Brands"; font-weight: 400; }

.fa-star::before           { content: "\f005"; }
.fa-phone::before          { content: "\f095"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-chevron-down::before   { content: "\f078"; }
.fa-home::before           { content: "\f015"; }
.fa-building::before       { content: "\f1ad"; }
.fa-landmark::before       { content: "\f66f"; }
.fa-key::before            { content: "\f084"; }
.fa-phone-volume::before   { content: "\f2a0"; }
.fa-check::before          { content: "\f00c"; }
.fa-copy::before           { content: "\f0c5"; }
.fa-envelope::before       { content: "\f0e0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-google::before         { content: "\f1a0"; }
.fa-facebook-f::before     { content: "\f39e"; }
.fa-instagram::before      { content: "\f16d"; }
.fa-whatsapp::before       { content: "\f232"; }
