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

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

.fa-server::before { content: "\f233"; }
.fa-images::before { content: "\f302"; }
.fa-video::before { content: "\f03d"; }
.fa-music::before { content: "\f001"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-cloud::before { content: "\f0c2"; }
