@font-face {
  font-family: "TH Sarabun New";
  src: url("/assets/fonts/th-sarabun-new-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "TH Sarabun New";
  src: url("/assets/fonts/th-sarabun-new-bold.ttf") format("truetype");
  font-weight: 600 900;
  font-style: normal;
  font-display: block;
}

html,
body,
button,
input,
select,
textarea,
optgroup,
option,
table,
svg text,
*,
*::before,
*::after {
  font-family: "TH Sarabun New" !important;
}
