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

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

.taxi-standard:before {
  content: "\e900";
}
.taxi-minibus:before {
  content: "\e903";
}
.taxi-business:before {
  content: "\e906";
}
