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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Pulp-Icons' !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;
}

.pulp-prefix:before {
  content: "\e900";
  color: #ed472e;
}
.pulp-postfix:before {
  content: "\e901";
  color: #ed472e;
}
