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

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

.fa,
.fas,
.fa-solid,
.far,
.fa-regular {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa,
.fas,
.fa-solid {
    font-weight: 900;
}

.far,
.fa-regular {
    font-weight: 400;
}

.fa-arrow-left::before {
    content: "\f060";
}

.fa-check::before {
    content: "\f00c";
}

.fa-cloud-download::before {
    content: "\f0ed";
}

.fa-file-pdf::before {
    content: "\f1c1";
}

.fa-reply::before {
    content: "\f3e5";
}

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

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

.fa-trash::before {
    content: "\f1f8";
}
