@font-face {
  font-family: 'tabler-icons';
  font-style: normal;
  font-weight: 400;
  src: url('tabler-icons.woff2') format('woff2'),
       url('tabler-icons.woff') format('woff');
}

.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;
}

.ti-check:before { content: '\ea5e'; }
.ti-clock-hour-4:before { content: '\f319'; }
.ti-arrow-left:before { content: '\ea19'; }
.ti-arrow-right:before { content: '\ea1f'; }
.ti-circle-check:before { content: '\ea67'; }
.ti-users:before { content: '\ebf2'; }
.ti-lock:before { content: '\eae2'; }
.ti-clock:before { content: '\ea70'; }
.ti-share:before { content: '\eb21'; }
.ti-shield-check:before { content: '\eb22'; }
.ti-headset:before { content: '\eb90'; }
