﻿@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت‌ها را برعهده دارد */
body {
	font-family: LahzehRegular !important;
	direction: rtl;
	background-color: #cdcdcd;
	margin: 0;
}

h1{
	font-family: LahzehExtraBold !important;
}
h2, h3{
	font-family: LahzehBold !important;
}
h4, h5, h6{
	font-family: LahzehSemiBold !important;
}

p, a, span, lable, small, select, option, div, li, table, input, textarea{
	font-family: LahzehRegular !important;
}


.Wight-100{
    font-family: LahzehThin !important;
}
.Wight-200{
    font-family: LahzehExtraLight !important;
}
.Wight-300{
    font-family: LahzehLight !important;
}
.Wight-400{
    font-family: LahzehRegular !important;
}
.Wight-500{
    font-family: LahzehMedium !important;
}
.Wight-600{
    font-family: LahzehSemiBold !important;
}
.Wight-700{
    font-family: LahzehBold !important;
}
.Wight-800{
    font-family: LahzehExtraBold !important;
}
.Wight-900{
    font-family: LahzehBlack !important;
}