/* Source common/css/styles/fonts/default.scss */

@font-face {
  font-display: fallback;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/JosefinSans-LightItalic.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Sarabun";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Sarabun-Light.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Sarabun";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Sarabun-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Kanit";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Kanit-Light.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Kanit";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Kanit-SemiBold.woff2") format("woff2");
}

