/* Lao font — Noto Sans Lao, subset to the Lao block.
   Embedded rather than loaded from Google Fonts because the app must work
   fully offline: a phone with no Lao font at all renders the entire Lao UI as
   empty boxes, which is unusable, not merely ugly.
   Noto Sans (humanist sans) over Phetsarath (serif) on screen — open apertures
   hold up at phone sizes where a serif's modulated strokes thin out and fight
   the tone marks. The printed course documents keep Phetsarath. */

@font-face {
  font-family: 'NotoLao';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0E80-0EFF;
  src: url('/fonts/lao_reg.woff2') format('woff2');
}

@font-face {
  font-family: 'NotoLao';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0E80-0EFF;
  src: url('/fonts/lao_bold.woff2') format('woff2');
}
