/* Noto Sans Thai — self-hosted (no Google Fonts hot-link). Enqueued ONLY when
   the current locale is Thai (see SCH_Public::enqueue_assets). Rajdhani has no
   Thai glyphs; the unicode-range below keeps these files byte-lazy: a browser
   downloads them only when Thai codepoints actually render, so Latin locales
   are unaffected even if this sheet ever loads there. */
@font-face {
	font-family: 'Noto Sans Thai';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../assets/fonts/NotoSansThai-Regular.woff2') format('woff2');
	unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}
@font-face {
	font-family: 'Noto Sans Thai';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../assets/fonts/NotoSansThai-Bold.woff2') format('woff2');
	unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}
