@font-face {
	font-family: 'Droid Arabic Naskh';
	font-style: normal;
	font-weight: 400;
	src: url("../webfonts/DroidNaskh-Regular.eot");
	src: url("../webfonts/DroidNaskh-Regular.eot?#iefix") format('embedded-opentype'),url("../webfonts/DroidNaskh-Regular.woff2") format('x-woff2'),url("../webfonts/DroidNaskh-Regular.woff") format('woff'),url("../webfonts/DroidNaskh-Regular.ttf") format('truetype');
}

@font-face {
	font-family: 'Droid Arabic Naskh';
	font-style: normal;
	font-weight: 700;
	src: url("../webfonts/DroidNaskh-Bold.eot");
	src: url("../webfonts/DroidNaskh-Bold.eot?#iefix") format('embedded-opentype'),url("../webfonts/DroidNaskh-Bold.woff2") format('x-woff2'),url("../webfonts/DroidNaskh-Bold.woff") format('woff'),url("../webfonts/DroidNaskh-Bold.ttf") format('truetype');
}

@font-face {
	font-family: 'Droid Arabic Kufi';
	font-style: normal;
	font-weight: 400;
	src: url("../webfonts/DroidKufi-Regular.eot");
	src: url("../webfonts/DroidKufi-Regular.eot?#iefix") format('embedded-opentype'),url("../webfonts/DroidKufi-Regular.woff2") format('x-woff2'),url("../webfonts/DroidKufi-Regular.woff") format('woff'),url("../webfonts/DroidKufi-Regular.ttf") format('truetype');
}

@font-face {
	font-family: 'Droid Arabic Kufi';
	font-style: normal;
	font-weight: 700;
	src: url("../webfonts/DroidKufi-Bold.eot");
	src: url("../webfonts/DroidKufi-Bold.eot?#iefix") format('embedded-opentype'),url("../webfonts/DroidKufi-Bold.woff2") format('x-woff2'),url("../webfonts/DroidKufi-Bold.woff") format('woff'),url("../webfonts/DroidKufi-Bold.ttf") format('truetype');
}
h1 /* BOLD */ {
	font-family: 'Droid Arabic Kufi' !important, sans-serif,  Arial;
	font-weight: bold;
	font-style: normal;
 	}

h2 /* BOLD */ {
	font-family:Droid Arabic Naskh, sans-serif,  Arial;
	font-weight: bold;
	font-style: normal;
 	}
	
h3 /* Regular */ {
	font-family: sans-serif, Arial ;
	font-weight: normal;
	font-style: normal;
 	}
	
p /* BODY TEXT */ {
font-family:'Droid Arabic Naskh', sans-serif, Arial ;
	font-weight: normal;
	/*font-size: 16px;*/
	line-height: 22px;
	}

a:link, a:active, a:visited {
	font-family: Droid Arabic Kufi, Arial, Helvetica, sans-serif;
	/*font-family: 'Droid Arabic Naskh',sans-serif, Arial;*/
	font-weight: bold;
	/*font-size: 16px;*/
	line-height: 18px;
	text-decoration: none;
}