/**************font settings***********/

@font-face{
  	font-family:'NarkisBlock';
  	src:url("fonts/NarkisBlock-CondensedBold.ttf") format("opentype");
	font-weight: 900;
}
@font-face{
  	font-family:'NarkisBlock';
  	src:url("fonts/NarkisBlockMFO-Medium.ttf") format("opentype");
	font-weight: 500;
}
@font-face{
  	font-family:'NarkisBlock';
  	src:url("fonts/NarkisBlockCon-Thin_MFW.ttf") format("opentype");
	font-weight: 300;
}
@font-face{
  	font-family:'NarkisBlock';
  	src:url("fonts/NarkisBlockCon-Bold_MFW.ttf") format("opentype");
	font-weight: 700;
}
@font-face{
  	font-family:'NarkisBlock';
  	src:url("fonts/NarkisBlock-Condensed_MFW.ttf") format("opentype");
	font-weight: 400;
}

