/* FontAwesome Icons - Complete version */
@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.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.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.ttf") format("truetype");
}

.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

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

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

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

/* Common icons */
.fa-play:before { content: "\f04b"; }
.fa-download:before { content: "\f019"; }
.fa-user:before { content: "\f007"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-shield:before { content: "\f132"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-sword:before { content: "\f71c"; }
.fa-magic:before { content: "\f0d0"; }
.fa-star:before { content: "\f005"; }
.fa-check:before { content: "\f00c"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-discord:before { content: "\f392"; }
.fa-youtube:before { content: "\f167"; }
.fa-vk:before { content: "\f189"; }
.fa-home:before { content: "\f015"; }
.fa-cog:before { content: "\f013"; }
.fa-cogs:before { content: "\f085"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-heart:before { content: "\f004"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-comment:before { content: "\f075"; }
.fa-share:before { content: "\f064"; }
.fa-search:before { content: "\f002"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-edit:before { content: "\f044"; }
.fa-trash:before { content: "\f1f8"; }
.fa-save:before { content: "\f0c7"; }
.fa-print:before { content: "\f02f"; }
.fa-calendar:before { content: "\f073"; }
.fa-clock:before { content: "\f017"; }
.fa-map-marker:before { content: "\f041"; }
.fa-globe:before { content: "\f0ac"; }
.fa-lock:before { content: "\f023"; }
.fa-unlock:before { content: "\f09c"; }
.fa-key:before { content: "\f084"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-warning:before { content: "\f071"; }
.fa-exclamation:before { content: "\f12a"; }
.fa-info:before { content: "\f129"; }
.fa-question:before { content: "\f128"; }

/* Additional icons for the website */
.fa-dragon:before { content: "\f6d5"; }
.fa-rocket:before { content: "\f135"; }
.fa-crown:before { content: "\f521"; }
.fa-map:before { content: "\f279"; }
.fa-balance-scale:before { content: "\f24e"; }
.fa-coins:before { content: "\f51e"; }
.fa-users:before { content: "\f0c0"; }
.fa-trophy:before { content: "\f091"; }
.fa-fire:before { content: "\f06d"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-gem:before { content: "\f3a5"; }
.fa-dice:before { content: "\f522"; }
.fa-chess:before { content: "\f439"; }
.fa-crosshairs:before { content: "\f05b"; }
.fa-bullseye:before { content: "\f140"; }
.fa-flag:before { content: "\f024"; }
.fa-medal:before { content: "\f5a2"; }
.fa-award:before { content: "\f559"; }
.fa-gift:before { content: "\f06b"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-server:before { content: "\f233"; }
.fa-database:before { content: "\f1c0"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-signal:before { content: "\f012"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-chart-pie:before { content: "\f200"; }