/*
 * Noto Sans Myanmar — self-hosted, matching how the app already serves its
 * Google fonts locally (no runtime request to Google).
 *
 * This is the Myanmar unicode-range subset of the variable font: one file
 * covers every weight. The unicode-range means the browser only downloads it
 * when Burmese text is actually on the page, and Latin keeps using the UI font.
 */
@font-face {
    font-family: 'Noto Sans Myanmar';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url('NotoSansMyanmar.woff2') format('woff2');
    unicode-range: U+1000-109F, U+200C-200D, U+25CC, U+A92E, U+A9E0-A9FE, U+AA60-AA7F, U+116D0-116E3;
}
