.fa,
.fab,
.far,
.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;
}

.fab,
.far {
    font-weight: 400;
}

.fa,
.fas {
    font-weight: 900;
}

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

.fab {
    font-family: "Font Awesome 5 Brands";
}

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

.far {
    font-family: "Font Awesome 5 Free";
}

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

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

.fa-bolt:before { content: "\f0e7"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-fire:before { content: "\f06d"; }
.fa-gavel:before { content: "\f0e3"; }
.fa-globe:before { content: "\f0ac"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-phone:before { content: "\f095"; }
.fa-question-circle:before { content: "\f059"; }

.fab.fa-facebook-f:before { content: "\f39e"; }
.fab.fa-google:before { content: "\f1a0"; }
.fab.fa-instagram:before { content: "\f16d"; }
.fab.fa-linkedin-in:before { content: "\f0e1"; }
.fab.fa-share-alt:before { content: "\f1e0"; }
.fab.fa-twitter:before { content: "\f099"; }
.fab.fa-youtube:before { content: "\f167"; }
