@font-face {
  font-family: "Bai Jamjuree";
  font-weight: normal;
  font-style: normal;
  src: url("CustomFonts/BaiJamjuree-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Bai Jamjuree";
  font-weight: bold;
  font-style: normal;
  src: url("CustomFonts/BaiJamjuree-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Bai Jamjuree";
  font-weight: normal;
  font-style: italic;
  src: url("CustomFonts/BaiJamjuree-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Bai Jamjuree";
  font-weight: bold;
  font-style: italic;
  src: url("CustomFonts/BaiJamjuree-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "ArundinaSans";
  font-weight: normal;
  font-style: normal;
  src: url("CustomFonts/ArundinaSans.ttf") format("truetype");
}

@font-face {
  font-family: "ArundinaSans";
  font-weight: bold;
  font-style: normal;
  src: url("CustomFonts/ArundinaSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "ArundinaSans";
  font-weight: normal;
  font-style: italic;
  src: url("CustomFonts/ArundinaSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "PraJad";
  font-weight: normal;
  font-style: normal;
  src: url("CustomFonts/CSPraJad.otf") format("opentype");
}

@font-face {
  font-family: "PraJad";
  font-weight: bold;
  font-style: normal;
  src: url("CustomFonts/CSPraJad-bold.otf") format("opentype");
}

@font-face {
  font-family: "PraJad";
  font-weight: normal;
  font-style: italic;
  src: url("CustomFonts/CSPraJad-Italic.otf") format("opentype");
}

@font-face {
  font-family: "PraJad";
  font-weight: bold;
  font-style: italic;
  src: url("CustomFonts/CSPraJad-boldItalic.otf") format("opentype");
}

@font-face {
  font-family: "Chakra Petch";
  src: url("CustomFonts/ChakraPetch-Regular.ttf") format("truetype"),
    url("CustomFonts/ChakraPetch-Italic.ttf") format("truetype"),
    url("CustomFonts/ChakraPetch-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "K2D";
  src: url("CustomFonts/K2D-Regular.ttf") format("truetype"),
    url("CustomFonts/K2D-Italic.ttf") format("truetype"),
    url("CustomFonts/K2D-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Krub";
  src: url("CustomFonts/Krub-Regular.ttf") format("truetype"),
    url("CustomFonts/Krub-Italic.ttf") format("truetype"),
    url("CustomFonts/Krub-Medium.ttf") format("truetype");
}

body,
p,
div,
span {
  font-family: "Bai Jamjuree", tahoma, sans-serif;
}
