/*
	Custom RTL css.
*/
@import url(css/iransans.css);
body {
	font-family: IRANSans !important;
	font-weight: 300;
	direction: rtl;
	background-color: #E2E2E2;
	margin: 0;
}
.nav > li > a, h1, h2, h3, h4, h5, h6,input, textarea, .alt-font {
	font-family: IRANSans !important;
}