/* 仅首页用到的 solid 图标，本地加载避免 CDN 不可用 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("webfonts/fa-solid-900.woff2") format("woff2");
}

.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -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-search::before { content: "\f002"; }
.fa-globe::before { content: "\f0ac"; }
.fa-th::before { content: "\f00a"; }
.fa-times::before { content: "\f00d"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-dna::before { content: "\f471"; }
.fa-flask::before { content: "\f0c3"; }
.fa-atom::before { content: "\f5d2"; }
.fa-cubes::before { content: "\f1b3"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-phone-alt::before { content: "\f879"; }
