/** Fonts **/
@font-face {
  font-family: 'Sarabun';
  src: url('../fonts/Sarabun/Sarabun-Regular.ttf');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Sarabun-Medium';
  src: url('../fonts/Sarabun/Sarabun-Medium.ttf');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Sarabun-SemiBold';
  src: url('../fonts/Sarabun/Sarabun-SemiBold.ttf');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Sarabun-Bold';
  src: url('../fonts/Sarabun/Sarabun-Bold.ttf');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Sarabun-ExtraBold';
  src: url('../fonts/Sarabun/Sarabun-ExtraBold.ttf');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
