/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-home:before { content: "\f015"; }
.fa-code:before { content: "\f121"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-weixin:before { content: "\f1d7"; }
.fa-qq:before { content: "\f1d6"; }
.fa-arrow-up:before { content: "\f062"; } 