/* Font Awesome 6 compatibility icons used by platform navigation. */
.fa-brands.fa-threads,
.fa-solid.fa-bag-shopping {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    vertical-align: -.125em;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.fa-brands.fa-threads::before,
.fa-solid.fa-bag-shopping::before {
    content: "";
}

.fa-brands.fa-threads {
    -webkit-mask-image: url("../img/icons/threads.svg");
    mask-image: url("../img/icons/threads.svg");
}

.fa-solid.fa-bag-shopping {
    -webkit-mask-image: url("../img/icons/bag-shopping.svg");
    mask-image: url("../img/icons/bag-shopping.svg");
}
