/* Zoptymalizowane ikony Font Awesome */
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-search:before {
    content: "\f002";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-sliders-h:before {
    content: "\f1de";
}

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

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