/*
 * فونت‌های فارسی دیوی — فقط وقتی سوییچ «بارگذاری فونت‌های فارسی دیوی»
 * روشن باشد enqueue می‌شود (class-divifarsi.php).
 */
@font-face {
    font-family: 'IRANSansX';
    src: url('fonts/IRANSansX/IRANSansX.woff2') format('woff2'),
         url('fonts/IRANSansX/IRANSansX.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IRANSansX';
    src: url('fonts/IRANSansX/IRANSansX-Bold.woff2') format('woff2'),
         url('fonts/IRANSansX/IRANSansX-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pinar';
    src: url('fonts/PinarFD/Pinar-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pinar';
    src: url('fonts/PinarFD/Pinar-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* اعمال روی محتوای عمومی سایت و ماژول‌های استاندارد دیوی (کلاس‌های
   شناخته‌شده و عمومی خروجی HTML دیوی، نه چیزی از سورس داخلی‌اش). */
body,
.et_pb_module {
    font-family: 'IRANSansX', Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.et_pb_module h1,
.et_pb_module h2,
.et_pb_module h3,
.et_pb_module h4,
.et_pb_module h5,
.et_pb_module h6 {
    font-family: 'Pinar', Tahoma, sans-serif;
}
