/* ================================================
   Godar Theme — fonts.css
   فونت‌های اختصاصی گُدار
   ================================================ */

/* انجمن فانوم — متن اصلی */
@font-face {
    font-family: 'AnjomanFaNum';
    src: url('AnjomanFaNum-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anjoman';
    src: url('AnjomanFaNum-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* انجمن فانوم — نیمه‌ضخیم */
@font-face {
    font-family: 'AnjomanFaNum';
    src: url('AnjomanFaNum-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anjoman';
    src: url('AnjomanFaNum-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* انجمن فانوم — سیاه */
@font-face {
    font-family: 'AnjomanFaNum';
    src: url('AnjomanFaNum-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anjoman';
    src: url('AnjomanFaNum-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* انجمن فانوم — خیلی روشن */
@font-face {
    font-family: 'AnjomanFaNum';
    src: url('AnjomanFaNum-ExtraLight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anjoman';
    src: url('AnjomanFaNum-ExtraLight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
