@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2uv1bg');
  src:  url('fonts/icomoon.eot?2uv1bg#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2uv1bg') format('truetype'),
    url('fonts/icomoon.woff?2uv1bg') format('woff'),
    url('fonts/icomoon.svg?2uv1bg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* 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-angle-right:before {
  content: "\f105";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
