/*!
 * Font Awesome Free 6.6.0 — Fully self-hosted
 * Serves all three families from your own server.
 * Load AFTER CDN all.min.css so these @font-face declarations win.
 */

/* Solid (weight 900) */
@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");
}

/* Regular (weight 400) */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style:  normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}

/* Brands (weight 400) */
@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");
}

/* Enforce correct family/weight on every icon class */
.fa-solid,  .fas   { font-family: "Font Awesome 6 Free"   !important; font-weight: 900 !important; }
.fa-regular,.far   { font-family: "Font Awesome 6 Free"   !important; font-weight: 400 !important; }
.fa-brands, .fab   { font-family: "Font Awesome 6 Brands" !important; font-weight: 400 !important; }

i[class*="fa-"], span[class*="fa-"] {
  font-style:  normal;
  display:     inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
