@font-face {
	font-family: 'fnt';
	src: url('./fonts/fnt.eot?t=1682642774996'); /* IE9*/
	src:
		url('./fonts/fnt.eot?t=1682642774996#iefix') format('embedded-opentype'),
		/* IE6-IE8 */ url('./fonts/fnt.woff2?t=1682642774996') format('woff2'),
		url('./fonts/fnt.woff?t=1682642774996') format('woff'),
		url('./fonts/fnt.ttf?t=1682642774996') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
			url('./fonts/fnt.svg?t=1682642774996#fnt') format('svg'); /* iOS 4.1- */
}

[class^='fnt-'],
[class*=' fnt-'] {
	font-family: 'fnt' !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fnt-engine:before {
	content: '\ea01';
}
