/* Regular */
@font-face {
  font-family: 'Sarabun-Regular';
  src: url('../fonts/sarabun/sarabun-regular.eot');
  src: url('../fonts/sarabun/sarabun-regular.eot') format('embedded-opentype'),
    url('../fonts/sarabun/sarabun-regular.woff') format('woff'),
    url('../fonts/sarabun/sarabun-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'Sarabun-Medium';
  src: url('../fonts/sarabun/sarabun-medium.eot');
  src: url('../fonts/sarabun/sarabun-medium.eot') format('embedded-opentype'),
    url('../fonts/sarabun/sarabun-medium.woff') format('woff'),
    url('../fonts/sarabun/sarabun-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Sarabun-Bold';
  src: url('../fonts/sarabun/sarabun-bold.eot');
  src: url('../fonts/sarabun/sarabun-bold.eot') format('embedded-opentype'),
    url('../fonts/sarabun/sarabun-bold.woff') format('woff'),
    url('../fonts/sarabun/sarabun-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
