/*
  Local Font Awesome subset for this website.

  Required files to place in ../webfonts/:
  - fa-solid-900.woff2
  - fa-brands-400.woff2

  Optional fallback files:
  - fa-solid-900.ttf
  - fa-brands-400.ttf

  Source: official Font Awesome Free web package.
*/
@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");
}

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

.fa-solid,
.fa-brands {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-solid::before,
.fa-brands::before {
  display: inline-block;
}

.fa-facebook-f::before { content: "\f39e"; }
.fa-weixin::before { content: "\f1d7"; }
.fa-globe::before { content: "\f0ac"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-ruler-combined::before { content: "\f546"; }
.fa-plug-circle-bolt::before { content: "\e55b"; }
.fa-building-shield::before { content: "\e4d8"; }
.fa-helmet-safety::before { content: "\f807"; }
.fa-map-location-dot::before { content: "\f5a0"; }
.fa-compass-drafting::before { content: "\f568"; }
.fa-id-card::before { content: "\f2c2"; }
