:root {
  --font-ui: "Inter", "Noto Sans", "Noto Sans Thai", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --button-bg: #ffffff;
  --button-fg: #111111;
  --text-color: #ffffff;
}
html, body, button, input, select, textarea {
  font-family: var(--font-ui);
}
body {
  font-family: var(--font-ui);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.btn, .icon-btn, .lang-toggle, .access-input, .btn-text, .text-line, .page-title, .page-subtitle, .hint, .error {
  font-family: var(--font-ui) !important;
}
.btn-text, .text-line, .page-title, .page-subtitle {
  overflow-wrap: anywhere;
  line-height: 1.28;
}
.btn {
  min-height: 54px;
}
.btn-text {
  display: inline-block;
  text-align: left;
}
.lang-toggle {
  min-width: 62px;
  justify-content: center;
}
