/* Prompt Regular (400) */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/prompt-v12-thai-400-regular.woff2') format('woff2');
  unicode-range: U+0E00-U+0E7F, /* Thai */
                 U+0000-U+00FF; /* Latin */
}

/* Prompt SemiBold (600) */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/prompt-v12-thai-600-semibold.woff2') format('woff2');
  unicode-range: U+0E00-U+0E7F,
                 U+0000-U+00FF;
}

/* Prompt Bold (700) */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/prompt-v12-thai-700-bold.woff2') format('woff2');
  unicode-range: U+0E00-U+0E7F,
                 U+0000-U+00FF;
}