@import url("https://fonts.googleapis.com/css2?family=Pattaya&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap");
body {
  font-family: "Sarabun", sans-serif;
}
.pattaya {
  font-family: "Pattaya", sans-serif;
}
.mitr {
  font-family: "Mitr", sans-serif;
}

.bg-header-menu {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.582) 100%
  );
}

.bg-header-menu-active {
  background: linear-gradient(180deg, #111111 0%, #000000a4 100%);
}

.bg-title {
  background: linear-gradient(90deg, #000000 0%, #bda15d 51.56%, #000000 100%);
}

.stroke_ffffff {
  text-shadow:
    rgb(255, 255, 255) 0.5px 0px 0px,
    rgb(255, 255, 255) 0.540302px 0.841471px 0px,
    rgb(255, 255, 255) -0.416147px 0.909297px 0px,
    rgb(255, 255, 255) -0.989992px 0.14112px 0px,
    rgb(255, 255, 255) -0.653644px -0.756802px 0px,
    rgb(255, 255, 255) 0.283662px -0.958924px 0px,
    rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
.stroke_191970 {
  text-shadow:
    rgb(25, 25, 112) 1px 0px 0px,
    rgb(25, 25, 112) 0.540302px 0.841471px 0px,
    rgb(25, 25, 112) -0.416147px 0.909297px 0px,
    rgb(25, 25, 112) -0.989992px 0.14112px 0px,
    rgb(25, 25, 112) -0.653644px -0.756802px 0px,
    rgb(25, 25, 112) 0.283662px -0.958924px 0px,
    rgb(25, 25, 112) 0.96017px -0.279415px 0px;
}
