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

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../vendor/fontawesome/webfonts/fa-regular-400.woff2") format("woff2");
}

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

.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    -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,
.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

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

.fa-angle-down:before { content: "\f107"; }
.fa-arrow-rotate-left:before { content: "\f0e2"; }
.fa-bars:before { content: "\f0c9"; }
.fa-cart-plus:before { content: "\f217"; }
.fa-cart-shopping:before { content: "\f07a"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before,
.fa-circle-check:before { content: "\f058"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-clock:before { content: "\f017"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-eye:before { content: "\f06e"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-headset:before { content: "\f590"; }
.fa-heart:before { content: "\f004"; }
.fa-house:before { content: "\f015"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-magnifying-glass:before,
.fa-search:before { content: "\f002"; }
.fa-phone:before { content: "\f095"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-star:before { content: "\f005"; }
.fa-star-half-stroke:before { content: "\f5c0"; }
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-truck:before { content: "\f0d1"; }
.fa-truck-fast:before { content: "\f48b"; }
.fa-user:before { content: "\f007"; }
.fa-xmark:before { content: "\f00d"; }
