/*!
 * Font Awesome 5 Free — 4-icon subset
 * Icons: fa-bars, fa-chevron-right, fa-phone, fa-times (all solid / weight 900)
 * Drops: brands, regular, all unused solid glyphs, legacy formats (eot/ttf/svg/woff)
 */

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

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-bars:before        { content: "\f0c9"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-phone:before       { content: "\f095"; }
.fa-times:before       { content: "\f00d"; }
