@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500&display=swap');
.hfont{
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-size: 27px;
}
body{
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
    font-size: 16px;
}
p{
    font-size: 16px;
}
.subtext{
  font-family: 'Mitr', sans-serif;
  font-size: 14px;

}

.m1{
  font-weight: 600;
  color: rgb(192, 15, 15);
}
.m2{
  font-weight: 700;
  font-size: 18;
  color: rgb(87, 20, 163);
}
.header {
    font-weight: 600;
      font-size: 16;
      color: rgb(14, 22, 97);
  }