@font-face {
  font-family: Sukhumvit;
  src: url('../fonts/Sukhumvit/sukhumvit-set_thin.woff');
  font-weight: 200;
}
@font-face {
  font-family: Sukhumvit;
  src: url('../fonts/Sukhumvit/sukhumvit-set_semibold.woff');
  font-weight: 800;
}
@font-face {
  font-family: Sukhumvit;
  src: url('../fonts/Sukhumvit/sukhumvit-set_text.woff');
  font-weight: 400;
}
@font-face {
  font-family: Sukhumvit;
  src: url('../fonts/Sukhumvit/sukhumvit-set_medium.woff');
  font-weight: 600;
}
.font-kanit{
	font-family: 'Kanit', sans-serif !important;
}
.font-sarabun{
	font-family: 'Sarabun', sans-serif !important;
}
.font-200{
	font-weight: 200 !important;
}
.font-800{
	font-weight: 800 !important;
}
.font-400{
	font-weight: 400 !important;
}
.font-600{
	font-weight: 600 !important;
}
.font-900{
	font-weight: 900 !important;
}