/* Thai Baht Text — prominent reading output. Design tokens only. */
.baht-reading {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--text-primary);
  overflow-wrap: anywhere;
  margin: 0;
}

@media (max-width: 639px) {
  .baht-reading { font-size: 19px; }
}
