/* Sarabun — the Thai face (looped/มีหัว), one file per weight matching Inter's
   400/500/600/700/800. Each file is the Google Fonts *thai* subset only
   (U+0E01-0E5B + the marks Thai needs), ~10KB a piece: Latin always resolves
   from Inter because Inter comes first in every font stack.

   No size-adjust on purpose. Sarabun's Thai body height is 0.586em against
   Inter's 0.546em x-height, so Thai runs ~7% taller than the Latin beside it —
   which a looped face needs for its loops and tone marks to stay legible. If
   Thai ever reads too large, add `size-adjust: 94%;` to every block below
   (that matches the old Prompt at 0.55em); don't change it in only some. */
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('sarabun-v17-thai-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('sarabun-v17-thai-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('sarabun-v17-thai-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('sarabun-v17-thai-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('sarabun-v17-thai-800.woff2') format('woff2');
}
