@charset "utf-8";
/* ---------------------------------------------
== font
** --------------------------------------------- */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/font/fontawesome-webfont.eot?v=4.2.0');
  src: url('/font/fontawesome-webfont.eot#iefix&v=4.2.0') format('embedded-opentype'), url('/font/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url('/font/fa-brands-400.eot');
    src: url('/font/fa-brands-400.eot?#iefix') format("embedded-opentype"), url('/font/fa-brands-400.woff2') format("woff2"), url('/font/fa-brands-400.woff') format("woff"), url('/font/fa-brands-400.ttf') format("truetype"), url('/font/fa-brands-400.svg#fontawesome') format("svg")
}
.fab {
    font-family: "Font Awesome 5 Brands"
}
i{font-family: 'FontAwesome';font-style:normal;font-weight: normal;}

.fa-line:before {content: "\f3c0";}
.fa-file:before {content: "\f15b";}

