@font-face {
  font-family: "toolbar-icons";
  src: url("toolbar-icons.woff2") format("woff2"),
       url("toolbar-icons.woff") format("woff"),
       url("toolbar-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.tbi {
  font-family: "toolbar-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tbi-reward:before { content: "\E001"; }
.tbi-rental:before { content: "\E002"; }
.tbi-notice:before { content: "\E003"; }
.tbi-shop:before { content: "\E004"; }
.tbi-message:before { content: "\E005"; }
.tbi-call:before { content: "\E006"; }
.tbi-checkout:before { content: "\E007"; }
.tbi-switch-pc:before { content: "\E008"; }
.tbi-pause:before { content: "\E009"; }
.tbi-package-time:before { content: "\E00A"; }
.tbi-recharge:before { content: "\E00B"; }
.tbi-balance:before { content: "\E00C"; }
.tbi-rate:before { content: "\E00D"; }
.tbi-vip:before { content: "\E00E"; }
.tbi-remaining:before { content: "\E00F"; }
