/* === Poppins === */
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
}

/* === Noto Sans Thai === */
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('/fonts/noto-sans-thai/NotoSansThai-Thin.ttf') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('/fonts/noto-sans-thai/NotoSansThai-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('/fonts/noto-sans-thai/NotoSansThai-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('/fonts/noto-sans-thai/NotoSansThai-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('/fonts/noto-sans-thai/NotoSansThai-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('/fonts/noto-sans-thai/NotoSansThai-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('/fonts/noto-sans-thai/NotoSansThai-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('/fonts/noto-sans-thai/NotoSansThai-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('/fonts/noto-sans-thai/NotoSansThai-Black.ttf') format('truetype');
  font-weight: 900;
}
