/* Font Awesome CSS */
.fa,.fas,.far,.fal,.fad,.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}
.fa-chevron-down:before {
    content: "\f078"
}
.far {
    font-family: 'font awesome 5 pro';
    font-weight: 400
}
.fa,.fas {
    font-family: 'font awesome 5 pro';
    font-weight: 900
}

@font-face {
    font-family: 'font awesome 5 pro';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url(../webfonts/fa-light-300.eot);
    src: url(../webfonts/fa-light-300.woff2) format("woff2");
    font-display: swap
}