/* @import url(http://awebfont.ir/css?id=1736);
@import url(http://awebfont.ir/css?id=1904); */

@font-face {
    font-family: cinema;
    src: url("../fonts/cinema.ttf");
}

@font-face {
    font-family: ravi;
    src: url("../fonts/Digi Ravi Regular.ttf");
}

@font-face {
    font-family: Gali;
    src: url("../fonts/ProFont_GaliModern-Regular.ttf");
}

@font-face {
    font-family: ghai;
    src: url("../fonts/ProFont_ghaithsans-extralight.ttf");
}

@font-face {
    font-family: lenos;
    src: url("../fonts/ProFont_LenosGX.ttf");
}

@font-face {
    font-family: ghai-b;
    src: url("../fonts/ProFont_ProFont_ghaithsans-bold.ttf");
}

@font-face {
    font-family: 'nazanin-b';
    src: url("../fonts/BNaznnBd.ttf");
}

/* فونت‌های جدید ایران‌یکان */
@font-face {
    font-family: 'IranYekan';
    src: url('../fonts/iranyekanwebregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IranYekan';
    src: url('../fonts/iranyekanwebmedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IranYekan';
    src: url('../fonts/iranyekanwebbold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'nazanin-b';
    src: url("../fonts/BNaznnBd.ttf");
}

/* ==================================================
   فونت‌های انجمن (Anjoman)
   ================================================== */
@font-face {
    font-family: 'Anjoman';
    src: url('../fonts/Anjoman-FaNum-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anjoman';
    src: url('../fonts/Anjoman-FaNum-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Anjoman';
    src: url('../fonts/Anjoman-FaNum-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Anjoman';
    src: url('../fonts/Anjoman-FaNum-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/* ==================================================
   اعمال فونت انجمن به کل سایت
   ================================================== */
* {
    font-family: 'Anjoman', Tahoma, sans-serif;
}

/* استفاده از وزن ExtraBold برای عنوان‌ها */
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
    font-weight: 800;
}

/* استفاده از وزن SemiBold برای دکمه‌ها و منوها */
button,
.btn,
.btn-action,
.tab,
.menu-link,
label,
.nav-item {
    font-weight: 600;
}

/* برای قسمت‌هایی که نیاز به بیشترین ضخامت دارند (اختیاری) */
.black-text {
    font-weight: 900;
}