/* Minimal Font Awesome for above-the-fold + footer social icons */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-solid,
.fab,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Pro";
}
.fa-brands,
.fab,
.fa.fa-facebook,
.fa.fa-facebook-f,
.fa.fa-youtube,
.fa.fa-instagram {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa-facebook:before,
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f0e0";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/valleystormshelters/webfonts/fa-brands-400.woff2)
    format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/wp-content/themes/valleystormshelters/webfonts/fa-solid-900.woff2)
    format("woff2");
}
