@font-face {
    font-family: Vazir;
    src: url('./fonts/Vazir-FD.eot');
    src: url('./fonts/Vazir-FD.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Vazir-FD.woff2') format('woff2'),
         url('./fonts/Vazir-FD.woff') format('woff'),
         url('./fonts/Vazir-FD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('./fonts/Vazir-Bold-FD..eot');
    src: url('./fonts/Vazir-Bold-FD..eot?#iefix') format('embedded-opentype'),
         url('./fonts/Vazir-Bold-FD..woff2') format('woff2'),
         url('./fonts/Vazir-Bold-FD..woff') format('woff'),
         url('./fonts/Vazir-Bold-FD..ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('./fonts/Vazir-Black-FD.eot');
    src: url('./fonts/Vazir-Black-FD.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Vazir-Black-FD.woff2') format('woff2'),
         url('./fonts/Vazir-Black-FD.woff') format('woff'),
         url('./fonts/Vazir-Black-FD.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('./fonts/Vazir-Medium-FD.eot');
    src: url('./fonts/Vazir-Medium-FD.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Vazir-Medium-FD.woff2') format('woff2'),
         url('./fonts/Vazir-Medium-FD.woff') format('woff'),
         url('./fonts/Vazir-Medium-FD.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('./fonts/Vazir-Light-FD.eot');
    src: url('./fonts/Vazir-Light-FD.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Vazir-Light-FD.woff2') format('woff2'),
         url('./fonts/Vazir-Light-FD.woff') format('woff'),
         url('./fonts/Vazir-Light-FD.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('./fonts/Vazir-Thin-FD.eot');
    src: url('./fonts/Vazir-Thin-FD.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Vazir-Thin-FD.woff2') format('woff2'),
         url('./fonts/Vazir-Thin-FD.woff') format('woff'),
         url('./fonts/Vazir-Thin-FD.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	background: white;
    font-family: Vazir;
}
body, button, input, textarea {
	font-family: Vazir;
	font-size: 14px;
	line-height: 16px;
}
h1, h2 {
    font-family: Vazir;
    line-height: 16px;
	padding: 0;
	-webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	}
	h1 {
		font-size: 30px;
		line-height: 56px;
		margin-bottom: 26px;
	}
	h2 {
		font-size: 24px;
		line-height: 38px;
		margin: 32px 0 22px;
	}
h3 {
	font-size: 21px;
	line-height: 25px;
	margin: 30px 0 20px;
}
h4 {
	font-size: 16px;
	line-height: 19px;
	margin: 25px 0 15px;
}
h5 {
	margin: 20px 0 10px;
}
h6 {
	font-size: 11px;
	text-transform: uppercase;
}