/* โหลดฟอนต์ Prompt */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600&display=swap');

html[lang="th"] body {
  font-family: 'Prompt' !important;
}

body {
 font-family: 'Helvetica Neue', sans-serif;
  color: var(--text-color);
  line-height: 1.6;
}