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

.ti {
  font-family: 'tabler-icons' !important;
  speak: never;
  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-home:before         { content: "\eac1"; }
.ti-layout-grid:before  { content: "\edba"; }
.ti-shopping-bag:before { content: "\f5f8"; }
.ti-user:before         { content: "\eb4d"; }
.ti-search:before       { content: "\eb1c"; }
.ti-dots:before         { content: "\ea95"; }
