/* Thai Font */
@font-face {
  font-family: 'NotoSansThai';
  font-style: normal;
  font-weight: 400;
  src: url('NotoSansThai/NotoSansThai.ttf') format('truetype');
}

/* English Font */
@font-face {
  font-family: 'StackSansText';
  font-style: normal;
  font-weight: 200;
  src: url('StackSansText/StackSansText-ExtraLight.ttf') format('truetype');
}

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

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

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

@font-face {
  font-family: 'StackSansText';
  font-style: normal;
  font-weight: 600;
  src: url('StackSansText/StackSansText-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'StackSansText';
  font-style: normal;
  font-weight: 700;
  src: url('StackSansText/StackSansText-Bold.ttf') format('truetype');
}

/* Kanit Font */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 200;
  src: url('Kanit/Kanit-ExtraLight.ttf') format('truetype');
}

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

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

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

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  src: url('Kanit/Kanit-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  src: url('Kanit/Kanit-Bold.ttf') format('truetype');
}

/* Krungsri Font */
@font-face {
  font-family: 'Krungsri';
  font-style: normal;
  font-weight: normal;
  src:
    local('Krungsri Simple'),
    url('krungsri/Thongterm_Roman.woff') format('woff');
}
