/*@font-face {*/
	/*font-family: "PT Sans Narrow Regular";*/
	/*src: url("../fonts/PTSansNarrowRegular/PTSansNarrow.eot");*/
	/*src: url("../fonts/PTSansNarrowRegular/PTSansNarrow.eot?#iefix")format("embedded-opentype"),*/
	/*url("../fonts/PTSansNarrowRegular/PTSansNarrow.woff") format("woff"),*/
	/*url("../fonts/PTSansNarrowRegular/PTSansNarrow.ttf") format("truetype");*/
	/*font-style: normal;*/
	/*font-weight: normal;*/
	/*}*/
	
	@font-face {
		font-family: "PT Sans Narrow";
		src: url("../fonts/PTSansNarrowBold/PTSansNarrowBold.eot");
		src: url("../fonts/PTSansNarrowBold/PTSansNarrowBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/PTSansNarrowBold/PTSansNarrowBold.woff") format("woff"),
			url("../fonts/PTSansNarrowBold/PTSansNarrowBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
	}
	
	
	@font-face {
		font-family: "DIN 2014";
		src: url("https://db.onlinewebfonts.com/t/02e8581e79a069b96977c8f3e778e057.eot");
		src: url("https://db.onlinewebfonts.com/t/02e8581e79a069b96977c8f3e778e057.eot?#iefix")format("embedded-opentype"),
		url("https://db.onlinewebfonts.com/t/02e8581e79a069b96977c8f3e778e057.woff2")format("woff2"),
		url("https://db.onlinewebfonts.com/t/02e8581e79a069b96977c8f3e778e057.woff")format("woff"),
		url("https://db.onlinewebfonts.com/t/02e8581e79a069b96977c8f3e778e057.ttf")format("truetype"),
		url("https://db.onlinewebfonts.com/t/02e8581e79a069b96977c8f3e778e057.svg#DIN 2014 Narrow Demi")format("svg");
	}
	@font-face {
    font-family: 'DIN'; /* Назва, яку ви будете використовувати у CSS */
    src: url('../fonts/DIN2014/DIN2014-Regular.woff') format('woff'),
         url('../fonts/DIN2014/DIN2014-Regular.ttf') format('truetype'); /* опціонально */
    font-weight: normal; /* Вкажіть відповідну насиченість (regular, bold, тощо) */
    font-style: normal; /* Вкажіть відповідний стиль (normal, italic) */
    font-display: block;
}