/**
 * Media
 */
:root {
    --fa-font: "Font Awesome 6 Pro";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-projects a::before {
    font-family: var(--fa-font);
    background: none;
    content: "\f0ae";
    font-weight: 900;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--distribution a::before {
    font-family: var(--fa-font);
    background: none;
    content: "\f0d1";
    font-weight: 400;
    mask-image: none !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--open-orders a::before {
    font-family: var(--fa-font);
    background: none;
    content: "\e1bb";
    font-weight: 400;
    mask-image: none !important;
}
