/*!
 * Font Awesome Pro 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face{
    font-family:"Font Awesome 5 Pro";
    src:url('../fonts/fa-regular-400.eot');
    src:url('../fonts/fa-regular-400.eot?#iefix') format("embedded-opentype"),
    url('../fonts/fa-regular-400.woff2') format("woff2"),
    url('../fonts/fa-regular-400.woff') format("woff"),
    url('../fonts/fa-regular-400.ttf') format("truetype"),
    url('../fonts/fa-regular-400.svg#fontawesome') format("svg");
    font-style:normal;
    font-weight:400;   
    font-display:swap;
}

@font-face{
    font-family:"Font Awesome 5 Pro";
    src:url('../fonts/fa-solid-900.eot');
    src:url('../fonts/fa-solid-900.eot?#iefix') format("embedded-opentype"),
    url('../fonts/fa-solid-900.woff2') format("woff2"),
    url('../fonts/fa-solid-900.woff') format("woff"),
    url('../fonts/fa-solid-900.ttf') format("truetype"),
    url('../fonts/fa-solid-900.svg#fontawesome') format("svg");
    font-style:normal;
    font-weight:900;    
    font-display:swap;
} 

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

.fal,.far,.fa,.fas{
    font-family:"Font Awesome 5 Pro"
}

.fal{
    font-weight:300
}

.far{
    font-weight:400
}

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

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

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-frown:before {
    content: "\f119"
}

.fa-smile:before {
    content: "\f118"
}

.fa-bars:before{
    content:"\f0c9"
}