/* Yekan Bakh Regular */
@font-face {
    font-family: 'YekanBakh-reg';
    src: url('YekanBakh-Fa-En04Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Yekan Bakh Medium */
@font-face {
    font-family: 'YekanBakh-med';
    src: url('YekanBakh-Fa-En05Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Yekan Bakh Heavy */
@font-face {
    font-family: 'YekanBakh-heavy';
    src: url('YekanBakh-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}