/*!
 * Font Awesome Free 6.7.2 - game icon subset
 * License: https://fontawesome.com/license/free
 */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

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

.fa-check::before { content: "\f00c"; }
.fa-circle-play::before { content: "\f144"; }
.fa-forward-step::before { content: "\f051"; }
.fa-gear::before { content: "\f013"; }
.fa-gift::before { content: "\f06b"; }
.fa-magnifying-glass-minus::before { content: "\f010"; }
.fa-magnifying-glass-plus::before { content: "\f00e"; }
.fa-mobile::before { content: "\f3ce"; }
.fa-mobile-retro::before { content: "\e527"; }
.fa-music::before { content: "\f001"; }
.fa-pause::before { content: "\f04c"; }
.fa-plus::before { content: "\2b"; }
.fa-store::before { content: "\f54e"; }
.fa-ticket::before { content: "\f145"; }
.fa-volume-high::before { content: "\f028"; }
.fa-volume-xmark::before { content: "\f6a9"; }
.fa-xmark::before { content: "\f00d"; }
