@font-face {
    font-family: 'Iranian Sans';
    src: url('/fonts/persian/Iranian-Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Ayandeh';
    src: url('/fonts/english/Ayandeh-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shams';
    src: url('/fonts/persian/Shams Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Palsam Arabic';
    src: url('/fonts/persian/Palsam Arabic Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Foda Sans Black';
    src: url('/fonts/persian/Foda Sans Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* filamentFont kept as an alias pointing at the default panel font (Iranian Sans),
   so existing ->font('filamentFont') calls in panel providers keep working unchanged */
@font-face {
    font-family: 'filamentFont';
    src: url('/fonts/persian/Iranian-Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
