/**
 * Custom Font Awesome subset
 * Only includes icons used on the Big Bend Web Design website
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

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

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

.fas,
.fa-solid {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* Solid icons */
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-building:before { content: "\f1ad"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-circle-check:before { content: "\f058"; }
.fa-circle-plus:before { content: "\f055"; }
.fa-circle-minus:before { content: "\f056"; }
.fa-code:before { content: "\f121"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-gauge-high:before { content: "\f625"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-headset:before { content: "\f590"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-home:before { content: "\f015"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-laptop-code:before { content: "\f5fc"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-lock:before { content: "\f023"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-message:before { content: "\f27a"; }
.fa-mobile-screen:before { content: "\f3cd"; }
.fa-paint-brush:before { content: "\f1fc"; }
.fa-paintbrush:before { content: "\f1fc"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-phone:before { content: "\f095"; }
.fa-search:before { content: "\f002"; }
.fa-server:before { content: "\f233"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-star:before { content: "\f005"; }
.fa-store:before { content: "\f54e"; }
.fa-user:before { content: "\f007"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-cog:before { content: "\f013"; }
.fa-badge-check:before { content: "\f336"; }
.fa-arrows-rotate:before { content: "\f021"; }
.fa-circle:before { content: "\f111"; }
.fa-xmark:before { content: "\f00d"; }
.fa-bars:before { content: "\f0c9"; }

/* Brand icons */
.fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin-in:before { content: "\f0e1"; } 