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

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-bars:before {
  content: "\e900";
}
.fa-facebook:before {
  content: "\e901";
}
.fa-home-lg-alt:before {
  content: "\e902";
}
.fa-instagram:before {
  content: "\e903";
}
.fa-minus:before {
  content: "\e904";
}
.fa-plus:before {
  content: "\e905";
}
.fa-times:before {
  content: "\e906";
}
.fa-youtube:before {
  content: "\e907";
}
.fa-pdf:before {
  content: "\e908";
}
