/* Tabler Icons 3.5.0 — https://tabler.io, MIT.
   Субсет 31.07: на публичном сайте используется ровно 8 иконок, поэтому
   CSS и woff2 (static/fonts/tabler-icons.woff2) обрезаны до них.
   Понадобится новая иконка: добавить класс с codepoint из полной версии
   (git-история этого файла) и пересобрать шрифт —
   pyftsubset tabler-icons.woff2 --unicodes=U+XXXX,… --flavor=woff2 */
@font-face {
	font-family: "tabler-icons";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("fonts/tabler-icons.ac82d454ffdb.woff2") format("woff2");
}

.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-menu-2:before { content: "\ec42"; }
.ti-ruler-2:before { content: "\eed2"; }
.ti-briefcase-2:before { content: "\fb03"; }
.ti-device-laptop:before { content: "\eb64"; }
.ti-truck-delivery:before { content: "\ec4b"; }
.ti-x:before { content: "\eb55"; }
.ti-chevron-left:before { content: "\ea60"; }
.ti-chevron-right:before { content: "\ea61"; }
