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

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

.tai_icon-right-long-arrow:before {
  content: "\e900";
}
.tai_icon-left-arrow:before {
  content: "\e901";
}
.tai_icon-right-arrow:before {
  content: "\e902";
}
.tai_icon-search:before {
  content: "\e903";
}
