/* Persian Fonts Definition */

/* IRANSans Font */
@font-face {
    font-family: 'IRANSans';
    src: url('IRANSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* IRANSansX Font */
@font-face {
    font-family: 'IRANSansX';
    src: url('IRANSansX.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Dana Font */
@font-face {
    font-family: 'Dana';
    src: url('DanaFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* IRANYekan Font */
@font-face {
    font-family: 'IRANYekan';
    src: url('iranyekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* YekanBakh Font */
@font-face {
    font-family: 'YekanBakh';
    src: url('YekanBakh-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Additional font weights for Dana (if you have them) */
@font-face {
    font-family: 'Dana';
    src: url('DanaFont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Additional font weights for IRANSans */
@font-face {
    font-family: 'IRANSans';
    src: url('IRANSans.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}