/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap"); */

/* 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;
}

.font24 {
  font-size: 24px;
}
.font30 {
  font-size: 30px;
}
.font36 {
  font-size: 36px;
} */

/* Top Menu Config */
:root {
  --primary: #bb86fc;
  --secondary: #03dac5;
  --accent: #cf6679;
  --accent2: #cc3550;
  --textColor: #f5f5f5;
  --bgColor: #121212;
  --bgColor2: #2c282e;
}
body {
  /* font-family: "Noto Sans Thai", sans-serif; */
  color: var(--textColor);
  background-color: var(--bgColor);
}

hr {
  border: 1px solid var(--primary);
}

.topmenu {
  width: 100px;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
}
.topmenu-select {
  width: 100px;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  background-color: var(--primary);
  color: var(--bgColor);
}
.bgTopMenu {
  background-color: var(--bgColor2);
  color: var(--textColor);
}
.texthigh {
  color: var(--primary);
}
.btnRegister {
  width: 140px;
  height: 40px;
  background-color: var(--accent2);
  border-radius: 5px;
  color: var(--textColor);
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
}
.bgFooter {
  background-color: var(--bgColor2);
  color: var(--textColor);
}
.copyright {
  background-color: var(--primary);
  color: var(--bgColor);
}
.interLink {
  color: var(--accent);
}
.vbar {
  width: 20px;
  height: 30px;
  border-right: 3px solid var(--primary);
}
.font22 {
  font-size: 22px;
}
