/* Font Awesome Fonts */
@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"), 
         url("../fonts/fa-solid-900.woff") format("woff"), 
         url("../fonts/fa-solid-900.ttf") format("truetype");
}

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

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"), 
         url("../fonts/fa-brands-400.woff") format("woff"), 
         url("../fonts/fa-brands-400.ttf") format("truetype");
}

/* Base Font Awesome Classes */
.fa, .fas, .far, .fab {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.far {
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* Specific Icons */
.fa-chart-line::before { content: "\f201"; }
.fa-egg::before { content: "\f7fb"; }
.fa-duck::before { content: "\f6d8"; }
.fa-users::before { content: "\f0c0"; }
.fa-check-circle::before { content: "\f058"; }
.fa-tasks::before { content: "\f0ae"; }
.fa-home::before { content: "\f015"; }
.fa-coins::before { content: "\f51e"; }
.fa-gift::before { content: "\f06b"; }
.fa-wallet::before { content: "\f555"; }
.fa-money-bill-wave::before { content: "\f53a"; }
.fa-user-friends::before { content: "\f500"; }
.fa-trophy::before { content: "\f091"; }
.fa-star::before { content: "\f005"; }
.fa-fire::before { content: "\f06d"; }
.fa-rocket::before { content: "\f135"; }
.fa-diamond::before { content: "\f219"; }
.fa-crown::before { content: "\f521"; }
.fa-shopping-cart::before { content: "\f07a"; }
.fa-user::before { content: "\f007"; }