/* Noto Serif Lao — self-hosted (offline safe).
   Only the Lao unicode-range is declared, so this font applies ONLY to Lao
   glyphs. Latin/English text falls through to the next font in the stack. */
@font-face {
  font-family: 'Noto Serif Lao';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(notoseriflao_3y916bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_Ll4MLaMSEA.woff2) format('woff2');
  unicode-range: U+0E81-0EDF, U+200C-200D, U+25CC;
}

/* Prepend Noto Serif Lao to the global font stack. Because the @font-face
   above only covers Lao codepoints, this affects Lao characters only. */
body,
.content-wrapper,
.main-sidebar,
.main-header,
.sidebar-menu,
table,
.form-control,
.box,
h1, h2, h3, h4, h5, h6,
label, span, a, p, td, th, li, div, input, select, textarea, button {
  font-family: 'Noto Serif Lao', "Phetsarath OT", "Saysettha OT", "Segoe UI", system-ui, sans-serif;
}
