/*!
 * 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-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-solid-900.woff2") format("woff2");
}

/* 基础样式 */
.fa, .fas, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* 项目中使用的图标 */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-bug:before {
  content: "\f188";
}

.fa-sync-alt:before {
  content: "\f2f1";
}