/*!
 * Font Awesome Free 6.5.1 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 Declarations with font-display: swap */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/blackhawk/fonts/fontawesome/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/blackhawk/fonts/fontawesome/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/blackhawk/fonts/fontawesome/fa-brands-400.woff2") format("woff2");
}

/* Core Styles */
.fa, .fas, .far, .fal, .fat, .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, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far, .fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

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

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

/* Ensure fa-solid class uses correct font weight */
.fa.fa-solid,
.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

/* Icons */
.fa-wifi:before { content: "\f1eb"; }
.fa-key:before { content: "\f084"; }
.fa-star-of-life:before { content: "\f621"; }

/* Icon Definitions - Only the 10 icons you use */
.fa-search:before { content: "\f002"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-facebook-square:before { content: "\f082"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-youtube:before { content: "\f167"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-key:before { content: "\f084"; }
.fa-star-of-life:before { content: "\f621"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-key:before { content: "\f084"; } 
.fa-asterisk:before { content: "\f069"; }
.fa-phone:before { content: "\f095";}