/* assets/css/fonts.css */

@font-face {
    font-family: 'Yekan Bakh FaNum';
    src: url('../fonts/YekanBakhFaNum-Regular.woff') format('woff');
    font-weight: 400; /* Regular */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh FaNum';
    src: url('../fonts/YekanBakhFaNum-SemiBold.woff') format('woff');
    font-weight: 600; /* SemiBold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh FaNum';
    src: url('../fonts/YekanBakhFaNum-Bold.woff') format('woff');
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh FaNum';
    src: url('../fonts/YekanBakhFaNum-Black.woff') format('woff');
    font-weight: 900; /* Black */
    font-style: normal;
    font-display: swap;
}