/* ==========================================
   B Yekan Font Face
   ========================================== */

@font-face {
    font-family: 'B Yekan';
    src: url('../fonts/BYekan/BYekan.woff2') format('woff2'),
         url('../fonts/BYekan/BYekan.woff') format('woff'),
         url('../fonts/BYekan/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت به کل سایت */
body,
input,
textarea,
select,
button {
    font-family: 'B Yekan', Tahoma, Arial, sans-serif;
}