	@font-face {
	  font-family: "header-font";
	   src: url('./fonts/IRANSansXFaNum-Black.ttf');
	}
	@font-face {
	  font-family: "body-font";
	  src: url('./fonts/IRANSansXFaNum-Regular.ttf');
	}
	@font-face {
	  font-family: "lists-font";
	  src: url('./fonts/IRANSansXFaNum-Regular.ttf');
	}h1, h2, h3, h4, h5, h6, h7	{
	font-family: "header-font"!important;
	}p, em, div	{
		font-family: "body-font"!important;
	}
	li	{
		font-family: "lists-font"!important;
	}.sr7-layer 	{
		font-family: "header-font"!important;
	}
