/*
 * Noto Sans Thai — th 페이지 전용.
 *
 * Pretendard 에 태국 문자가 없다. 없으면 기기 기본 글꼴로 그려져 다른 언어와 모양이 어긋난다.
 * 통째로 받으면 굵기 하나에 몇 MB 라, messages/th.json 에 실제로
 * 쓰인 글자만 담아 받았다. 굵기 둘 합쳐 20.4KB 다.
 *
 * 이 파일과 옆의 woff2 는 scripts/build-locale-fonts.mjs 가 만든다.
 * th 문안을 고치면 다시 돌려야 한다.
 */

@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/noto-sans-thai/noto-sans-thai-400.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/noto-sans-thai/noto-sans-thai-600.woff2") format("woff2");
}
