/* ===================================================================
   Noto Sans — Local @font-face declarations
   Replaces Google Fonts CDN: fonts.googleapis.com/css2?family=Noto+Sans...
   
   Variable fonts — single file per family, supports all weights (100-900).
   Font files are served from the /fonts/ directory.
   Static Regular TTFs are also kept in /fonts/ for PDF export (pdfmake).
   =================================================================== */

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/NotoSans-Variable.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Arabic';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/NotoSansArabic-Variable.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Devanagari';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/NotoSansDevanagari-Variable.ttf') format('truetype');
}
