﻿@import url(fontFace.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
h1, h2, h3, h4, h5, h6,input, textarea {
	/* font-family: IRANSans !important; */
}
h1 {
	font-weight: bold;
}

.ltr {
	direction: ltr;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-small {
	font-size: 0.8em;
}
.text-xsmall {
	font-size: 0.6em;
}
.text-large {
	font-size: 1.2em;
}
.text-xlarge {
	font-size: 1.4em;
}
.text-underline {
	text-decoration:underline;
}
.text-ultralight {
	font-weight: 200;
}
.text-light {
	font-weight: 300;
}
.text-regular {
	font-weight: normal;
}
.text-medium {
	font-weight: 500;
}
.text-bold {
	font-weight: bold;
}

body[lcid="1065"] .numeric {
    font-family: IRANSansOnlyNum !important;
}