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

[class^="idf-icon-"], [class*=" idf-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'idfmoon' !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;
}

.idf-icon-data:before {
  content: "\e900";
}
.idf-icon-resources:before {
  content: "\e901";
}
.idf-icon-signpost:before {
  content: "\e902";
}
.idf-icon-textbox:before {
  content: "\e903";
}