/* Noto Nastaliq Urdu Font - Local Offline Version */

/* Variable Font (supports all weights) */
@font-face {
    font-family: 'Noto Nastaliq Urdu';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('NotoNastaliqUrdu-VariableFont_wght.ttf') format('truetype');
}

/* Static Fonts (fallback for better compatibility) */
@font-face {
    font-family: 'Noto Nastaliq Urdu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('static/NotoNastaliqUrdu-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Nastaliq Urdu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('static/NotoNastaliqUrdu-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Nastaliq Urdu';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('static/NotoNastaliqUrdu-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Nastaliq Urdu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('static/NotoNastaliqUrdu-Bold.ttf') format('truetype');
}

