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

[class^="icon-"], [class*=" icon-"] {
  /* 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; */
}

.icon-access:before {
  content: "\e904";
}
.icon-link:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}
.icon-sitemap:before {
  content: "\e908";
}
.icon-directory:before {
  content: "\e901";
}
.icon-sort:before {
  content: "\e903";
}
.icon-update:before {
  content: "\e902";
}
.icon-external:after {
  content: "\e900";
  font-size: 1.0rem;
  opacity: 0.5;
}

