
/* Auto-injected by ChatGPT on 2025-08-14: Noto Sans Thai override */
:root{
  --thai-font: "Noto Sans Thai", "Noto Sans Thai UI", "Sarabun", "Tahoma", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
html, body, button, input, select, textarea {
  font-family: var(--thai-font) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, nav, .menu, .btn, .button, .badge, .label {
  font-family: var(--thai-font) !important;
}
