/*
 * 1. تعریف فونت‌ها
 * آدرس‌دهی (url) نسبت به این فایل CSS است (یعنی ../fonts/)
 */
@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/iransans/woff2/IRANSansWeb_Light.woff2') format('woff2'),
        url('../fonts/iransans/woff/IRANSansWeb_Light.woff') format('woff'),
        url('../fonts/iransans/eot/IRANSansWeb_Light.eot') format('eot'),
        url('../fonts/iransans/ttf/IRANSansWeb_Light.ttf') format('ttf');
    font-weight: normal; /* 400 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/iransans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
        url('../fonts/iransans/woff/IRANSansWeb_Bold.woff') format('woff2'),
        url('../fonts/iransans/ttf/IRANSansWeb_Bold.ttf') format('ttf'),
        url('../fonts/iransans/eot/IRANSansWeb_Bold.eot') format('eot');
    font-weight: bold; /* 700 */
    font-style: normal;
    font-display: swap;
}


body, h1, h2, h3, h4, h5, h6, a, p, span, div,
.pkp_button, input, textarea, select, button,
.pkp_navigation_primary a, .title {
    font-family: 'IRANSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
html[lang="fa-IR"] body,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="fa-IR"] a,
html[lang="fa-IR"] p,
html[lang="fa-IR"] span,
html[lang="fa-IR"] div,
html[lang="fa-IR"] .pkp_button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] textarea,
html[lang="fa-IR"] select,
html[lang="fa-IR"] .cmp_form button,
html[lang="fa-IR"] .pkp_linkaction,
html[lang="fa-IR"] .header_brand .title,
html[lang="fa-IR"] .pkp_navigation_primary a,
html[lang="fa-IR"] .pkp_page_management {
    font-family: 'IRANSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}