/* Noto Sans Bengali - Regular (400) */
@font-face {
    font-family: 'Noto Sans Bengali';
    /* Path case must match file system exactly for Linux/Unix compatibility */
    src: url('../fonts/noto-sans-bengali/notosansbengali-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    /* swap: Show fallback font while custom font loads, then swap */
    /* Other options: optional (faster), block (FOIT), fallback (compromise) */
    font-display: swap;
}

/* Noto Sans Bengali - Medium (500) */
@font-face {
    font-family: 'Noto Sans Bengali';
    /* Path case must match file system exactly for Linux/Unix compatibility */
    src: url('../fonts/noto-sans-bengali/notosansbengali-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Noto Sans Bengali - SemiBold (600) */
@font-face {
    font-family: 'Noto Sans Bengali';
    /* Path case must match file system exactly for Linux/Unix compatibility */
    src: url('../fonts/noto-sans-bengali/notosansbengali-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Noto Sans Bengali - Bold (700) */
@font-face {
    font-family: 'Noto Sans Bengali';
    /* Path case must match file system exactly for Linux/Unix compatibility */
    src: url('../fonts/noto-sans-bengali/notosansbengali-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
