@font-face {
    font-family: 'Bw-Mitga-regular';
    src: url('../fonts/BwMitga-Regular.otf') format('truetype');
    font-weight: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Bw-Mitga-bold';
    src: url('../fonts/BwMitga-Bold.otf') format('truetype');
    font-weight: normal;
    font-weight: normal;
}

/* Noto Sans Devanagari — Hindi */
@font-face {
    font-family: 'Noto Sans Devanagari';
    src: url('../fonts/NotoSansDevanagari-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans Devanagari';
    src: url('../fonts/NotoSansDevanagari-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Noto Sans Tamil */
@font-face {
    font-family: 'Noto Sans Tamil';
    src: url('../fonts/NotoSansTamil-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans Tamil';
    src: url('../fonts/NotoSansTamil-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Noto Sans Malayalam */
@font-face {
    font-family: 'Noto Sans Malayalam';
    src: url('../fonts/NotoSansMalayalam-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans Malayalam';
    src: url('../fonts/NotoSansMalayalam-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}