
@font-face {
    font-family: "custom-fa";
    src: url("custom-fa.woff2") format("woff2"),
         url("custom-fa.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.fa, .fas, .far, .fab {
    font-family: "custom-fa" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
.fa-angle-right:before { content: "\e000"; }
.fa-arrow-right:before { content: "\e001"; }
.fa-bars:before { content: "\e002"; }
.fa-bug:before { content: "\e003"; }
.fa-check-circle:before { content: "\e004"; }
.fa-chevron-left:before { content: "\e005"; }
.fa-chevron-right:before { content: "\e006"; }
.fa-clock:before { content: "\e007"; }
.fa-cloud:before { content: "\e008"; }
.fa-code:before { content: "\e009"; }
.fa-database:before { content: "\e00a"; }
.fa-desktop:before { content: "\e00b"; }
.fa-ethernet:before { content: "\e00c"; }
.fa-file-code:before { content: "\e00d"; }
.fa-fingerprint:before { content: "\e00e"; }
.fa-git-alt:before { content: "\e00f"; }
.fa-globe:before { content: "\e010"; }
.fa-hdd:before { content: "\e011"; }
.fa-key:before { content: "\e012"; }
.fa-keyboard:before { content: "\e013"; }
.fa-laptop:before { content: "\e014"; }
.fa-laptop-code:before { content: "\e015"; }
.fa-link:before { content: "\e016"; }
.fa-lock:before { content: "\e017"; }
.fa-map:before { content: "\e018"; }
.fa-map-marker-alt:before { content: "\e019"; }
.fa-memory:before { content: "\e01a"; }
.fa-microchip:before { content: "\e01b"; }
.fa-mobile-alt:before { content: "\e01c"; }
.fa-moon:before { content: "\e01d"; }
.fa-network-wired:before { content: "\e01e"; }
.fa-pen-to-square:before { content: "\e01f"; }
.fa-phone:before { content: "\e020"; }
.fa-print:before { content: "\e021"; }
.fa-server:before { content: "\e022"; }
.fa-shield-alt:before { content: "\e023"; }
.fa-sitemap:before { content: "\e024"; }
.fa-star:before { content: "\e025"; }
.fa-star-o:before { content: "\e026"; }
.fa-sun:before { content: "\e027"; }
.fa-tablet-alt:before { content: "\e028"; }
.fa-terminal:before { content: "\e029"; }
.fa-times:before { content: "\e02a"; }
.fa-trash:before { content: "\e02b"; }
.fa-user-secret:before { content: "\e02c"; }
.fa-wifi:before { content: "\e02d"; }
