/* Font Awesome 6.5.2 Subset - LDB only */
/* Contains only icons used on lachamadebijoux.fr */
/* Generated: 2026-07-13 */

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

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

.fa, .fas, .fa-solid, .far, .fa-regular {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

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

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

/* Sizing helpers */
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -.0667em; }
.fa-2x { font-size: 2em; }

/* Animation */
.fa-spin {
    animation: fa-spin 2s linear infinite;
}
@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Solid icons */
.fa-bars:before { content: "\f0c9"; }
.fa-search:before { content: "\f002"; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-star-half-alt:before, .fa-star-half-stroke:before { content: "\f5c0"; }
.fa-check:before { content: "\f00c"; }
.fa-times:before, .fa-xmark:before { content: "\f00d"; }
.fa-home:before, .fa-house:before { content: "\f015"; }
.fa-edit:before, .fa-pen-to-square:before { content: "\f044"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-plus:before { content: "\f067"; }
.fa-gift:before { content: "\f06b"; }
.fa-shopping-cart:before, .fa-cart-shopping:before { content: "\f07a"; }
.fa-filter:before { content: "\f0b0"; }
.fa-truck:before { content: "\f0d1"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-spinner:before { content: "\f110"; }
.fa-cart-plus:before { content: "\f217"; }
.fa-circle-user:before { content: "\f2bd"; }
.fa-trash-alt:before, .fa-trash-can:before { content: "\f2ed"; }
.fa-sign-out-alt:before, .fa-right-from-bracket:before { content: "\f2f5"; }
.fa-sign-in-alt:before, .fa-right-to-bracket:before { content: "\f2f6"; }

/* Brand icons */
.fa-pinterest:before, .fa-pinterest-p:before { content: "\f0d2"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }
.fa-youtube:before { content: "\f167"; }
.fa-facebook-f:before { content: "\f39e"; }
