@import url(fonts/fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */

html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	direction:rtl;
}
body {
	font-family: IRANSans !important;
	font-size:1em;
	margin:0;
	padding:0;
	direction:rtl;
}
a{
	text-decoration: none !important;
	/* color: rgb(32, 32, 32) !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;
}

.text-product-section-header {
	color:#FF9800;
}
.text-product-faq-q {
	color:#279573;
}

.text-paper-section-header {
	color:#b7410e;
}
.text-paper-faq-q {
	color:#279573;
}
.text-landingpage-header {
	color: #279573;
}

.text-landingpage_cards-header {
	color: #FF9800;
}
