/* @font-face {
  font-family: "kalatexa";
  src: url("fonts/KALATEXAREGULAR.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kalatexa";
  src: url("fonts/KALATEXABOLD.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "kalatexa";
  src: url("fonts/KALATEXAITALIC.otf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "kalatexa";
  src: url("fonts/KALATEXABOLDITALIC.otf") format("truetype");
  font-weight: bold;
  font-style: italic;
} */

/* body {
  font-family: "kalatexa", sans-serif;
  font-size: 16pt;
  line-height: 1.2;
} */

/* @font-face {
    font-family: 'Roboto';
}
@font-face {
    font-family: 'noto-sans-thai';
    unicode-range: U+0E00–U+0E7F;
} */

@font-face {
  font-family: "century-gothic";
  src: url("fonts/Century-gothic/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sarabun";
  unicode-range: U+0E00–U+0E7F;
  src: url("fonts/Sarabun/Sarabun-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "century-gothic", "sarabun";
  font-size: 16pt;
  line-height: 1.2;
}
