/* Shared by the portal and its separately rendered quiz document.
 * Unmodified upstream TTF; the CSS alias isolates the cascade. See fonts/OFL-NotoSansThai.txt. */
@font-face {
  font-family: "Baan Noto Sans Thai";
  src: url("fonts/noto-sans-thai-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --baan-reading-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Baan Noto Sans Thai", sans-serif;
}
:root:lang(th),
.fcom_wrap :is(.fcom_lesson_body, .fcom_lesson_content):lang(th) {
  --baan-reading-font: "Baan Noto Sans Thai", system-ui, sans-serif;
}
