/**
 * Loaded last (after theme footer CSS) so Tabler icons stay visible.
 * Fixes intermittent blank icons when woff2 is slow or theme sets font-family on controls.
 */
@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,
[class^="ti-"],
[class*=" ti-"],
i.ti,
span.ti,
a .ti,
button .ti,
.ob-btn .ti,
.ob-chip .ti,
.ob-menu-row__icon .ti,
.ob-promo-slider__slide-icon .ti,
.nd-mobile-tabbar__icon.ti,
.sidebar-icon.ti,
.icon-btn.ti,
.ti:before,
[class^="ti-"]:before,
[class*=" ti-"]:before {
	font-family: "tabler-icons" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti:before,
[class^="ti-"]:before,
[class*=" ti-"]:before {
	display: inline-block;
}
