@font-face {
  font-family: 'bnicon';
  src:  url('fonts/bnicon.eot?wybn8u');
  src:  url('fonts/bnicon.eot?wybn8u#iefix') format('embedded-opentype'),
    url('fonts/bnicon.ttf?wybn8u') format('truetype'),
    url('fonts/bnicon.woff?wybn8u') format('woff'),
    url('fonts/bnicon.svg?wybn8u#bnicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="bn-"], [class*=" bn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bnicon' !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;
}

.bn-person-biking:before {
  content: "\e900";
}
.bn-bicycle:before {
  content: "\e901";
}
.bn-car:before {
  content: "\e902";
}
.bn-bus-simple:before {
  content: "\e903";
}
.bn-steering-wheel:before {
  content: "\e904";
}
.bn-person-circle-plus:before {
  content: "\e905";
}
.bn-clock-add:before {
  content: "\e906";
}
