/* arabic fonts */
/*
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
*/
@font-face {
    font-family:'MhgozFont';
	src: url('./../fonts/MHGOZ-Light.eot');
	src: local('?'), url('./../fonts/MHGOZ-Light.woff') format('woff'), url('./../fonts/MHGOZ-Light.ttf') format('truetype'), url('./../fonts/MHGOZ-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* araic fonts*/

h1, h2, h3, h4, h5, h6 {
	font-family: MhgozFont, arial;
	font-variant: small-caps;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 15px;
	text-rendering: auto;
}

