/* Sarabun · Thai-friendly · weights 300/400/500 (no 600/700 — Tailwind font-semibold/font-bold
   will fall back to faux-weight in the browser). */

@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./Sarabun-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./Sarabun-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./Sarabun-Medium.ttf') format('truetype');
}