@font-face {
  font-family: 'TH SarabunPSK';
  src: url('/fonts/THSarabunPSK-Regular.woff2') format('woff2'),
       url('/fonts/THSarabunPSK-Regular.ttf') format('truetype');
  font-weight: 100 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TH SarabunPSK';
  src: url('/fonts/THSarabunPSK-Italic.woff2') format('woff2'),
       url('/fonts/THSarabunPSK-Italic.ttf') format('truetype');
  font-weight: 100 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TH SarabunPSK';
  src: url('/fonts/THSarabunPSK-Bold.woff2') format('woff2'),
       url('/fonts/THSarabunPSK-Bold.ttf') format('truetype');
  font-weight: 500 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TH SarabunPSK';
  src: url('/fonts/THSarabunPSK-BoldItalic.woff2') format('woff2'),
       url('/fonts/THSarabunPSK-BoldItalic.ttf') format('truetype');
  font-weight: 500 900;
  font-style: italic;
  font-display: swap;
}

html,
body {
  font-family: 'TH SarabunPSK', 'TH Sarabun PSK', sans-serif !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-size: 18px !important;
  line-height: 1.55 !important;
}
