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

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

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fa-music:before { content: "\f001"; }
.fa-search:before { content: "\f002"; }
.fa-check:before { content: "\f00c"; }
.fa-film:before { content: "\f008"; }
.fa-download:before { content: "\f019"; }
.fa-redo:before { content: "\f01e"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-up:before { content: "\f028"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-expand:before { content: "\f065"; }
.fa-compress:before { content: "\f066"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-bars:before { content: "\f0c9"; }
.fa-play-circle:before { content: "\f144"; }
.fa-file-archive:before { content: "\f1c6"; }
.fa-file-audio:before { content: "\f1c7"; }
.fa-long-arrow-alt-left:before { content: "\f30a"; }
.fa-microphone-alt:before { content: "\f3c9"; }
.fa-tachometer-alt:before { content: "\f3fd"; }
.fa-book-open:before { content: "\f518"; }
.fa-volume-mute:before { content: "\f6a9"; }
