				@font-face {
					font-family: Vazir;
					src: url('../images/fonts/Vazir-FD.eot');
					src: url('../images/fonts/Vazir-FD.eot?#iefix') format('embedded-opentype'),
						 url('../images/fonts/Vazir-FD.woff2') format('woff2'),
						 url('../images/fonts/Vazir-FD.woff') format('woff'),
						 url('../images/fonts/Vazir-FD.ttf') format('truetype');
					font-weight: normal;
					font-style: normal;
				}
				@font-face {
					font-family: VazirBold;
					src: url('../images/fonts/Vazir-Bold-FD.eot');
					src: url('../images/fonts/Vazir-Bold-FD.eot?#iefix') format('embedded-opentype'),
						 url('../images/fonts/Vazir-Bold-FD.woff2') format('woff2'),
						 url('../images/fonts/Vazir-Bold-FD.woff') format('woff'),
						 url('../images/fonts/Vazir-Bold-FD.ttf') format('truetype');
					font-weight: bold;
					font-style: normal;
				}
				
html{
	font-family: Vazir;
	font-size: 14px;
	line-height: 200%;
}

body{
	font-family: Vazir;
	font-size: 14px;
	line-height: 200%;
}