@font-face {
  font-family: "Kanit Bold";
  src: url("fonts/Kanit-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kanit Regular";
  src: url("fonts/Kanit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kanit Light";
  src: url("fonts/Kanit-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Regular";
  src: url("fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Medium";
  src: url("fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1 {
  font-family: "Kanit Regular", sans-serif;
}

body {
  font-family: "Manrope Regular", sans-serif;
}
