/* Yekan Bakh Regular */
@font-face {
    font-family: 'YekanBakh';
    src: url('fonts/YekanBakh-Regular.woff2') format('woff2'),
        url('fonts/YekanBakh-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Yekan Bakh Bold */
@font-face {
    font-family: 'YekanBakh';
    src: url('fonts/YekanBakh-Bold.woff2') format('woff2'),
        url('fonts/YekanBakh-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Yekan Bakh ExtraBlack */
@font-face {
    font-family: 'YekanBakh';
    src: url('fonts/YekanBakh-ExtraBlack.woff2') format('woff2'),
        url('fonts/YekanBakh-ExtraBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت برای کل سایت */
body {
    font-family: 'YekanBakh', sans-serif;
}