@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
        url("../webfonts/fa-solid-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FontAwesomeLegacy";
    src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
        url("../fonts/fontawesome-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa,
.fas,
.far,
.fa-solid,
.fa-sharp,
.fa-light {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fab,
.fa-brands {
    font-family: "FontAwesomeLegacy";
    font-weight: normal;
}

.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-sharp,
.fa-light,
.fa-brands {
    -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-magnifying-glass:before { content: "\f002"; }
.fa-arrow-right-long:before { content: "\f30b"; }
.fa-arrow-right-from-bracket:before { content: "\f2f5"; }
.fa-calendar-days:before { content: "\f073"; }
.fa-cart-shopping:before { content: "\f07a"; }
.fa-list-check:before { content: "\f0ae"; }
.fa-message:before { content: "\f075"; }
.fa-mobile-screen:before,
.fa-mobile-screen-button:before { content: "\f3cd"; }
.fa-mobile-phone:before { content: "\f10b"; }
.fa-pen:before { content: "\f304"; }
.fa-square-pinterest:before { content: "\f0d3"; }
.fa-square-whatsapp:before { content: "\f40c"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-angle-up:before { content: "\f106"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-bars:before { content: "\f0c9"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-calendar:before { content: "\f133"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-car:before { content: "\f1b9"; }
.fa-chart-area:before { content: "\f1fe"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-circle:before { content: "\f111"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-close:before,
.fa-times:before { content: "\f00d"; }
.fa-cogs:before { content: "\f085"; }
.fa-comment:before { content: "\f075"; }
.fa-comments:before { content: "\f086"; }
.fa-dollar-sign:before { content: "\f155"; }
.fa-donate:before { content: "\f4b9"; }
.fa-download:before { content: "\f019"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-eye:before { content: "\f06e"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-folder:before { content: "\f07b"; }
.fa-home:before { content: "\f015"; }
.fa-image:before { content: "\f03e"; }
.fa-list:before { content: "\f03a"; }
.fa-lock:before { content: "\f023"; }
.fa-lock-open:before { content: "\f3c1"; }
.fa-mask:before { content: "\f6fa"; }
.fa-pen-nib:before { content: "\f5ad"; }
.fa-phone:before { content: "\f095"; }
.fa-plus:before { content: "\f067"; }
.fa-question:before { content: "\f128"; }
.fa-question-circle:before { content: "\f059"; }
.fa-save:before { content: "\f0c7"; }
.fa-search:before { content: "\f002"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-sign-out:before { content: "\f08b"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-star:before { content: "\f005"; }
.fa-star-half-alt:before { content: "\f5c0"; }
.fa-table:before { content: "\f0ce"; }
.fa-tachometer-alt:before { content: "\f3fd"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-trash:before { content: "\f1f8"; }
.fa-user:before { content: "\f007"; }
.fa-wrench:before { content: "\f0ad"; }

.fab.fa-facebook:before,
.fa-brands.fa-facebook:before { content: "\f09a"; }
.fab.fa-instagram:before,
.fa-brands.fa-instagram:before { content: "\f16d"; }
.fab.fa-linkedin-in:before,
.fa-brands.fa-linkedin-in:before { content: "\f0e1"; }
.fab.fa-pinterest:before,
.fa-brands.fa-pinterest:before,
.fa-brands.fa-square-pinterest:before { content: "\f0d3"; }
.fab.fa-skype:before,
.fa-brands.fa-skype:before { content: "\f17e"; }
.fab.fa-whatsapp:before,
.fab.fa-square-whatsapp:before,
.fa-brands.fa-whatsapp:before,
.fa-brands.fa-square-whatsapp:before { content: "\f232"; }
