/* fonts.css - قرار گرفته در پوشه fonts چایلدتم */

@font-face {
    font-family: 'Dana-Bold';
    src: url('IRDana-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dana';
    src: url('IRDana.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('IRVazir.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}