@font-face {
    font-family: YekanBakh;
    src: url('./Yekan-Bakh-FaNum-Light.woff');
    font-weight: 100;
}

@font-face {
    font-family: YekanBakh;
    src: url('./Yekan-Bakh-FaNum-Thin.woff');
    font-weight: 200;
}

@font-face {
    font-family: YekanBakh;
    src: url('./Yekan-Bakh-FaNum-Medium.woff');
    font-weight: 400;
}

@font-face {
    font-family: YekanBakh;
    src: url('./Yekan-Bakh-FaNum-Regular.woff');
    font-weight: 500;
}

@font-face {
    font-family: YekanBakh;
    src: url('./Yekan-Bakh-FaNum-Bold.woff');
    font-weight: bold;
}

@font-face {
    font-family: YekanBakh;
    src: url('./Yekan-Bakh-FaNum-Heavy.woff');
    font-weight: bolder;
}

body {
    font-family: YekanBakh;
}