
	@font-face {
	  font-family: kufi;
	  font-style: normal;
	  font-weight: 400;
	  src:  url('../fonts/DroidKufi-Regular.woff2') format('woff2'),
	        url('../fonts/DroidKufi-Regular.woff') format('woff'),
	        url('../fonts/DroidKufi-Regular.ttf') format('truetype');
	}

	.kufi{
		font-family: kufi;
		direction: rtl;
		line-height: 1.1em;
		font-size: .9em;
		font-weight: 700;
	}

	p{
		line-height: normal;
	}
		
	.text-justify{
		text-indent: 20px;
    	text-align: justify;    	
	}

	.fs-7{
		font-size: 12px;
	}

	@font-face {
	    font-family: amiri;
	    font-style: normal;
	    font-weight: 400;
	    src: url('../fonts/amiri-regular.eot?') format('eot'),
	         url('../fonts/amiri-regular.woff2') format('woff2'),
	         url('../fonts/amiri-regular.woff') format('woff'),
	         url('../fonts/amiri-regular.ttf')  format('truetype');
	}

	.amiri{
	    font-family: amiri;
	    direction: rtl;
	}



	