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

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

.icon-bp-building:before {
  content: "\e900";
}
.icon-bp-gear:before {
  content: "\e902";
}
.icon-bp-profile:before {
  content: "\e903";
}
.icon-bp-tech:before {
  content: "\e905";
}
.icon-bp-devices:before {
  content: "\e906";
}
.icon-bp-floor:before {
  content: "\e907";
}
.icon-bp-gateway:before {
  content: "\e908";
}
.icon-bp-room:before {
  content: "\e909";
}
.icon-bp-site:before {
  content: "\e90a";
}
