/* Self-hosted Noto Sans Thai (Latin + Latin-Ext + Thai in one file per weight).
   IMPORTANT: family is named "NotoThaiUI", NOT "Noto Sans Thai".
   Android ships a built-in Thai-only font literally named "Noto Sans Thai";
   reusing that name makes the browser prefer the system copy (Thai only),
   leaving Latin text un-styled. A unique name forces these files to be used
   for every script. Built from the Noto Sans Thai static Regular/Bold
   sources, so 700 is a true bold cut (no faux-bold synthesis). */
@font-face {
  font-family: 'NotoThaiUI';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /* size-adjust scales NotoThaiUI's glyphs up ~8% so it reads close to
     Tahoma at the same font-size; affects this font only, not the fallback. */
  size-adjust: 108%;
  src: url(NotoThaiUI-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'NotoThaiUI';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  size-adjust: 108%;
  src: url(NotoThaiUI-Bold.woff2) format('woff2');
}
