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

.fas, .fab {
  /* 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-plus:before {
  content: "\e900";
}

.fa-bars:before {
  content: "\e901";
}

.fa-book-open:before {
  content: "\e902";
}

.fa-calendar:before {
  content: "\e903";
}

.fa-compass:before {
  content: "\e904";
}

.fa-envelope:before {
  content: "\e905";
}

.fa-facebook:before {
  content: "\e906";
}

.fa-leaf:before {
  content: "\e907";
}

.fa-minus:before {
  content: "\e908";
}

.fa-print:before {
  content: "\e909";
}

.fa-times:before {
  content: "\e90a";
}

.fa-trash:before {
  content: "\e90b";
}
