@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 300;
    src: url('YekanBakhLight.woff') format('woff'),
    url('YekanBakhLight.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: normal;
    src: url('YekanBakhRegular.woff') format('woff'),
    url('YekanBakhRegular.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 500;
    src: url('YekanBakhMedium.woff') format('woff'),
    url('YekanBakhMedium.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 700;
    src: url('YekanBakhBold.woff') format('woff'),
    url('YekanBakhBold.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 900;
    src: url('YekanBakhHeavy.woff') format('woff'),
    url('YekanBakhHeavy.woff2') format('woff2');
}

body {
    font-family: YekanBakh;
}