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

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

.bm-status:before {
  content: "\e900";
}

