/* ==================================================
   فونت IRANSans - نسخه وب
   مسیر: /assets/css/iransans.css
   ================================================== */

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

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

/* اعمال فونت به کل صفحه */
body,
.btn,
.form-control,
.table,
.card,
.form-label,
input,
textarea,
select,
h1, h2, h3, h4, h5, h6,
p, span, div, label, a {
    font-family: 'IRANSans', 'Segoe UI', Tahoma, sans-serif !important;
    font-size: 13px;
}