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

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

.nbr-facebook:before {
  content: "\ea90";
}
.nbr-instagram:before {
  content: "\ea92";
}
