/* =========================================================
   تعریف فونت IRANSans برای افزونه میقات
   مسیر: assets/css/fonts.css
========================================================= */

@font-face {
    font-family: 'iransans';
    src: url('../font/IRANSansWeb.eot');
    src: url('../font/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
         url('../font/IRANSansWeb.woff2') format('woff2'),
         url('../font/IRANSansWeb.woff') format('woff'),
         url('../font/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'iransans';
    src: url('../font/IRANSansWeb_Bold.eot');
    src: url('../font/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/IRANSansWeb_Bold.woff2') format('woff2'),
         url('../font/IRANSansWeb_Bold.woff') format('woff'),
         url('../font/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   کلاس کمکی برای استفاده آسان در هر قسمت
   نحوه استفاده: class="mighaat-font" یا class="mighaat-font-bold"
========================================================= */
.mighaat-font {
    font-family: 'iransans', Tahoma, sans-serif !important;
}

.mighaat-font-bold {
    font-family: 'iransans', Tahoma, sans-serif !important;
    font-weight: bold !important;
}