@font-face {
  font-family: 'icon-ndp';
  src:  url('fonts/icon-ndp.eot?tmd9d4');
  src:  url('fonts/icon-ndp.eot?tmd9d4#iefix') format('embedded-opentype'),
    url('fonts/icon-ndp.ttf?tmd9d4') format('truetype'),
    url('fonts/icon-ndp.woff?tmd9d4') format('woff'),
    url('fonts/icon-ndp.svg?tmd9d4#icon-ndp') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ndp-"], [class*=" ndp-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-ndp' !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;
}

.ndp-box-return:before {
  content: "\e904";
}
.ndp-credit-note:before {
  content: "\e907";
}
.ndp-box-arrow:before {
  content: "\e900";
}
.ndp-box-in:before {
  content: "\e901";
}
.ndp-box-out:before {
  content: "\e902";
}
.ndp-transfer-money:before {
  content: "\e903";
}
