@font-face {
  font-family: 'tanbo-ui';
  src:
    url('fonts/tanbo-ui.ttf?dzxt9k') format('truetype'),
    url('fonts/tanbo-ui.woff?dzxt9k') format('woff'),
    url('fonts/tanbo-ui.svg?dzxt9k#tanbo-ui') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.ui-icon-spinner6:before {
  content: "\e97f";
}
.ui-icon-arrow-down:before {
  content: "\f123";
}
.ui-icon-arrow-left:before {
  content: "\f124";
}
.ui-icon-arrow-right:before {
  content: "\f125";
}
.ui-icon-arrow-up:before {
  content: "\f126";
}
.ui-icon-radio-unchecked:before {
  content: "\f3a6";
}
.ui-icon-radio-checked:before {
  content: "\f3a7";
}
.ui-icon-arrow-back:before {
  content: "\f3cf";
}
.ui-icon-arrow-forward:before {
  content: "\f3d1";
}
.ui-icon-checkbox-checked:before {
  content: "\ea52";
}
.ui-icon-checkbox-unchecked:before {
  content: "\ea53";
}
