@charset "UTF-8";

@font-face {
    font-family: 'IRANYekan';
    src: url("IRANYekanWeb.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.IRANYekan {
    font-family: 'IRANYekan' !important;
}
@font-face {
    font-family: 'YekanBakhHeavy';
    src: url("YekanBakhHeavy.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.YekanBakhHeavy {
    font-family: 'YekanBakhHeavy' !important;
}
@font-face {
    font-family: 'IRANSansWeb_Black';
    src: url("IRANSansWeb_Black.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.IRANSansWebBlack {
    font-family: 'IRANSansWeb_Black' !important;
}
@font-face {
    font-family: 'IRANSansWeb_Bold';
    src: url("IRANSansWeb_Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.IRANSansWebBold {
    font-family: 'IRANSansWeb_Bold' !important;
}
*{
    font-family: 'IRANYekan','YekanBakhHeavy'; 
}

body,
h3,
h4,
h5,
h6,
html,
p,
span,
div,
input,
select,
label,
li,
table,
tr,
td,
button,
header,
footer,
.row,
.light,
.col-md {
    font-family: 'IRANYekan','YekanBakhHeavy'; 
}
button,
h1,
h2,
.bold {
    font-family: 'IRANSansWeb_Bold','YekanBakhHeavy';
}
