@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
	font-family: IRANSansWeb !important;
	font-weight: 300;
	direction: rtl;
	background-color: #E2E2E2;
	margin: 0;
}

input, textarea {
    font-family: IRANSansWeb_Medium !important;

}

h1, h2, h3, h4, h5, h6, a {
	font-family: IRANSansWeb_Bold !important;
}

h1 {
	font-weight: bold;

}

.rtl {
    direction: rtl;
    text-align: right;
}