/*!
 * Cleora public FontAwesome subset.
 * Covers storefront icons observed on home, category, PDP and cart routes.
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

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

.fa,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
}

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

.fa-arrow-up:before { content: "\f062"; }
.fa-award:before { content: "\f559"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-building:before { content: "\f1ad"; }
.fa-cart-plus:before { content: "\f217"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-clock:before { content: "\f017"; }
.fa-coins:before { content: "\f51e"; }
.fa-comment-dots:before { content: "\f4ad"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-expand-arrows-alt:before { content: "\f31e"; }
.fa-file-signature:before { content: "\f573"; }
.fa-list:before { content: "\f03a"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-minus:before { content: "\f068"; }
.fa-plus:before { content: "\f067"; }
.fa-repeat:before { content: "\f363"; }
.fa-search:before { content: "\f002"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-shield-check:before { content: "\f2f7"; }
.fa-store:before { content: "\f54e"; }
.fa-truck:before { content: "\f0d1"; }
.fa-unlock:before { content: "\f09c"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-google:before { content: "\f1a0"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-twitter:before { content: "\f099"; }
.fa-whatsapp:before { content: "\f232"; }
