/*!
 * Font Awesome Free 6.4.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)
 * Copyright 2023 Fonticons, Inc.
 */

/* Font Awesome 6 Free */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./webfonts/fa-solid-900.woff2") format("woff2"),
       url("./webfonts/fa-solid-900.ttf") format("truetype");
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* 基础样式 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -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-plane-departure:before { content: "\f5b0"; }
.fa-clock:before { content: "\f017"; }
.fa-hourglass-half:before { content: "\f252"; }
.fa-exchange-alt:before { content: "\f362"; }
.fa-bell:before { content: "\f0f3"; }
.fa-edit:before { content: "\f044"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-circle:before { content: "\f111"; }
.fa-microphone-alt:before { content: "\f3c9"; }
.fa-trash:before { content: "\f1f8"; }
.fa-trash-alt:before { content: "\f2ed"; }
.fa-plane-arrival:before { content: "\f5af"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-calendar-times:before { content: "\f273"; }
.fa-spinner:before { content: "\f110"; }
.fa-route:before { content: "\f4d7"; }
.fa-coffee:before { content: "\f0f4"; }
.fa-hand-holding-usd:before { content: "\f4c0"; }
.fa-box:before { content: "\f466"; }
.fa-weight-hanging:before { content: "\f5cd"; }
