@font-face {
	font-family: "tabler-icons";
	src: url("fonts/tabler-subset.woff2") format("woff2"),
		url("fonts/tabler-subset.woff") format("woff"),
		url("fonts/tabler-subset.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.ti {
	font-family: "tabler-icons" !important;
	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-x:before { content: "\f000"; }
.ti-text-increase:before { content: "\f001"; }
.ti-text-decrease:before { content: "\f002"; }
.ti-share:before { content: "\f003"; }
.ti-search:before { content: "\f004"; }
.ti-plus:before { content: "\f005"; }
.ti-player-play-filled:before { content: "\f006"; }
.ti-pin:before { content: "\f007"; }
.ti-minus:before { content: "\f008"; }
.ti-menu-2:before { content: "\f009"; }
.ti-mail:before { content: "\f00a"; }
.ti-chevron-up:before { content: "\f00b"; }
.ti-chevron-right:before { content: "\f00c"; }
.ti-chevron-left:before { content: "\f00d"; }
.ti-chevron-down:before { content: "\f00e"; }
.ti-check:before { content: "\f00f"; }
.ti-camera:before { content: "\f010"; }
.ti-brand-x:before { content: "\f011"; }
.ti-brand-whatsapp:before { content: "\f012"; }
.ti-brand-telegram:before { content: "\f013"; }
.ti-brand-pinterest:before { content: "\f014"; }
.ti-brand-linkedin:before { content: "\f015"; }
.ti-brand-facebook:before { content: "\f016"; }
.ti-arrows-maximize:before { content: "\f017"; }
.ti-arrow-right:before { content: "\f018"; }
