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

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

.IconArrowTop:before {
  content: "\e900";
}
.IconArrowBottom:before {
  content: "\e901";
}
.IconCheckFilled:before {
  content: "\e902";
  color: #fff;
}
.Icon5secRewind:before {
  content: "\e903";
  color: #fff;
}
.Icon5secForward:before {
  content: "\e904";
  color: #fff;
}
