@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?y17860') format('truetype'),
    url('fonts/icomoon.woff?y17860') format('woff'),
    url('fonts/icomoon.svg?y17860#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
  content: "\f002";
}
.fa-chevron_left:before {
  content: "\f053";
}
.fa-chevron_right:before {
  content: "\f054";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook_sign:before {
  content: "\f082";
}
.fa-external_link:before {
  content: "\f08e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-file_text:before {
  content: "\f15c";
}
.fa-paper_plane:before {
  content: "\f1d8";
}
.fa-facebook-square:before {
  content: "\f230";
}
