/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap"); */
body {
  /* font-family: "Noto Sans Thai", sans-serif; */
  color: #f9f9f9;
  background-color: rgb(15, 15, 15);
}
/* body {
  color: #f9f9f9;
  background-color: rgb(15, 15, 15);
} */

/* ขนาดตัวหนังสือใน mobile (เริ่มต้น) */

h1 {
  font-size: 21px !important;
}
h2 {
  font-size: 18px !important;
}

h6 {
  font-size: 14px !important;
}
h5 {
  font-size: 18px !important;
}
/* ขนาดตัวหนังสือใน tablet (min-width: 640px) */
@media (min-width: 640px) {
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px !important;
  }

  h6 {
    font-size: 16px !important;
  }
}

/* ขนาดตัวหนังสือใน PC (min-width: 1024px) */
@media (min-width: 1024px) {
  h1 {
    font-size: 34px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 20px !important;
  }

  h6 {
    font-size: 16px !important;
  }
}

.mainapp {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  color: #e4e4e7;
}

.brx {
  border: 1px solid red;
}

html {
  scroll-behavior: smooth;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font30 {
  font-size: 30px;
}
.font36 {
  font-size: 36px;
}
