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

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

.npicon-box:before {
  content: "\e900";
}
.npicon-phone:before {
  content: "\e901";
}
.npicon-pin:before {
  content: "\e902";
}
.npicon-truck:before {
  content: "\e903";
}
