/* Persian Fonts for UpStudy Theme */

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

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

/* IRANSans Bold */
@font-face {
    font-family: 'IRANSans';
    src: url('IRANSans.ttf') format('truetype');
    font-weight: bold;
    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;
}

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

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