/* NotoSans - mapped as 'Roboto' fallback for the UI */
@font-face {
    font-family: 'Roboto';
    src: url('NotoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* NotoSans */
@font-face {
    font-family: 'NotoSans';
    src: url('NotoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* NotoSans Bengali */
@font-face {
    font-family: 'NotoSansBengali';
    src: url('NotoSansBengali.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Tajawal - Arabic / RTL support */
@font-face {
    font-family: 'Tajawal';
    src: url('Tajawal-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

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

@font-face {
    font-family: 'Tajawal';
    src: url('Tajawal-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Noto Naskh Arabic */
@font-face {
    font-family: 'NotoNaskhArabic';
    src: url('NotoNaskhArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NotoNaskhArabic';
    src: url('NotoNaskhArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
