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

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

.bittprojicon-arrow-up:before {
  content: "\e904";
}
.bittprojicon-arrow-down:before {
  content: "\e900";
}
.bittprojicon-heart:before {
  content: "\e901";
}
.bittprojicon-search:before {
  content: "\e902";
}
.bittprojicon-user:before {
  content: "\e903";
}
