/*!
 * Tabler Icons 3.36.1 by tabler - https://tabler.io
 * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
 * Extracted icons used in chinese-colors.html and ChineseColor.html
 */

@font-face {
  font-family: 'tabler-icons';
  font-style: normal;
  font-weight: 400;
  src:
    url('./fonts/tabler-icons.woff2?v3.36.1') format('woff2'),
    url('./fonts/tabler-icons.woff?') format('woff'),
    url('./fonts/tabler-icons.ttf?v3.36.1') format('truetype');
}

.ti {
  font-family: 'tabler-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Used icons in chinese-colors.html and ChineseColor.html */
.ti-yin-yang:before {
  content: '\ec35';
}
.ti-search:before {
  content: '\eb1c';
}
.ti-chevron-left:before {
  content: '\ea60';
}
.ti-chevron-right:before {
  content: '\ea61';
}
.ti-arrow-up:before {
  content: '\ea25';
}
.ti-check:before {
  content: '\ea5e';
}
.ti-sun:before {
  content: '\eb30';
}
.ti-moon:before {
  content: '\eaf8';
}
