/* تعریف فونت شبنم */
@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam/Shabnam.eot'); /* IE9 Compat Modes */
    src: url('Shabnam/Shabnam.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Shabnam/Shabnam.woff2') format('woff2'), /* Super Modern Browsers */
         url('Shabnam/Shabnam.woff') format('woff'), /* Modern Browsers */
         url('Shabnam/Shabnam.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* جلوگیری از پرش متن موقع لود */
}

/* اعمال فونت روی کل پروژه */
body, html {
    font-family: 'Shabnam', Tahoma, Arial, sans-serif !important;
}

/* در صورت نیاز برای اعمال قطعی روی فرم‌ها و دکمه‌ها */
input, button, select, textarea {
    font-family: inherit !important;
}