@import url(fonts/fontiran.css);
/* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    direction: ltr;
}
body {
    font-family: IRANSans !important;
    font-size: 1em;
    margin: 0;
    padding: 0;
    direction: ltr;
}
a {
    text-decoration: none !important;
}
a.lang_self
{
	pointer-events: none;
	cursor: default;
}
.text-maroon {
    color: maroon;
}
p.text-justify {
    text-align: justify;
}

div.text-justify p {
    text-align: justify;
}