@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/Shabnam.woff2') format('woff2'),
         url('../fonts/Shabnam.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت به کل سایت برای جلوگیری از تغییر در موبایل */
* {
    font-family: 'Shabnam', Tahoma, Arial, sans-serif !important;
}
