@font-face {
    font-family: FontAwesome;
	font-display: swap;
    src: url( "../fonts/fontawesome.eot?#iefix" ) format( "embedded-opentype" ),
        url( "../fonts/fontawesome.woff2" ) format( "woff2" ),
        url( "../fonts/fontawesome.woff" ) format( "woff" ),
        url( "../fonts/fontawesome.ttf" ) format( "truetype" ),
        url( "../fonts/fontawesome.svg#fontawesome" ) format( "svg" );
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-fw { /* Very useful to design list */
    width: 1.28571429em;
    text-align: center;
}







