/* rastiweb.com */
/*	@font-face {
	  font-family: "header-font";
	   src: url('./font/IRANSansX-Black.ttf');
	}*/

/*@font-face {
	font-family: Morabba;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/woff/Morabba-UltraLight.woff') format('woff'),
	url('fonts/woff2/Morabba-UltraLight.woff2') format('woff2');
}*/

	@font-face {
		font-family: "header-font";
		src: url('./font/Morabba-Black.woff') format('woff'),
		url('./font/Morabba-Black.woff2') format('woff2');
	}

	@font-face {
	  font-family: "body-font";
	  src: url('./font/IRANSansX-Bold.ttf');
	}
	@font-face {
	  font-family: "lists-font";
	  src: url('./font/IRANSansX-Regular.ttf');
	}

	h1, h2, h3, h4, h5, h6	{
		font-family: "header-font"!important;
	}
	p, em, div	{
		font-family: "body-font"!important;
	}
	li, a, span	{
		font-family: "lists-font"!important;
	}
