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

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

.bif-check:before {
  content: "\e900";
}
.bif-chef:before {
  content: "\e901";
}
.bif-hotpot:before {
  content: "\e902";
}
.bif-restaurant:before {
  content: "\e903";
}
.bif-search:before {
  content: "\e904";
}
.bif-braizd-logo:before {
  content: "\e905";
}
.bif-signature:before {
  content: "\e906";
}
.bif-filter:before {
  content: "\e907";
}