@font-face {
    font-family: 'Yekan';
    src: url('../fonts/Yekan.eot'); /* برای مرورگرهای قدیمی IE */
    src: url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Yekan.woff2') format('woff2'), /* اولویت با woff2 برای سرعت */
         url('../fonts/Yekan.woff') format('woff'),
         url('../fonts/Yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* اعمال فونت به تگ‌های اصلی */
body, h1, h2, h3, h4, h5, h6, p, span, div, a, button, input, textarea {
    font-family: 'Yekan' !important;
}