/*!
 * 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)
 */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/fa-regular-400.woff2") format("woff2"),
       url("./fonts/fa-regular-400.ttf") format("truetype");
}

@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"),
       url("./fonts/fa-solid-900.ttf") format("truetype");
}

@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"),
       url("./fonts/fa-brands-400.ttf") format("truetype");
}

.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;
}

.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* 常用图标 */
.fa-play:before { content: "\f04b"; }
.fa-stop:before { content: "\f04d"; }
.fa-gear:before { content: "\f013"; }
.fa-clock-rotate-left:before { content: "\f1da"; }
.fa-copy:before { content: "\f0c5"; }
.fa-right-left:before { content: "\f362"; }
.fa-plus:before { content: "\f067"; }
.fa-trash:before { content: "\f1f8"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-check-circle:before { content: "\f058"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-floppy-disk:before { content: "\f0c7"; }
.fa-rotate-left:before { content: "\f0e2"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-home:before { content: "\f015"; }
.fa-heart:before { content: "\f004"; }
.fa-github:before { content: "\f09b"; } 