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

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/fa-regular-400.woff2') format('woff2');
}

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

.far {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.fa-percent:before {
    content: "\25";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-copy:before {
    content: "\f0c5";
}

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

.fa-times:before {
    content: "\f00d";
} 