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

.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;
  font-size: 16px;
  display: inline-block;
}

/* SVG icons */
.icon-tabler {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ti-user:before {
  content: "\eb17";
}
.ti-user-circle:before {
  content: "\eb13";
}
.ti-key:before {
  content: "\ea5d";
}
.ti-logout:before {
  content: "\ea64";
}
.ti-car:before {
  content: "\ea1a";
}
.ti-vehicle:before {
  content: "\eb2e";
}
.ti-steering-wheel:before {
  content: "\ea9f";
}
.ti-star:before {
  content: "\ea9d";
}
.ti-coin:before {
  content: "\ea2b";
}
.ti-calendar:before {
  content: "\ea19";
}
.ti-calendar-event:before {
  content: "\ea17";
}
.ti-download:before {
  content: "\ea3a";
}
.ti-device-mobile:before {
  content: "\ea36";
}
.ti-app-window:before {
  content: "\ea0a";
}
.ti-pencil:before {
  content: "\ea77";
}