/* 本地化Font Awesome最小版本，只包含使用的圖標 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* 只包含使用的圖標 */
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-clock:before {
  content: "\f017";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-star:before {
  content: "\f005";
}
.fa-check:before {
  content: "\f00c";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-times:before {
  content: "\f00d";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
