@font-face {
  font-family: "Sarabun";
  src: url(../../../../../../fonts/Sarabun/Sarabun-Regular.ttf);
}
@font-face {
  font-family: "Kanit";
  src: url(../../../../../../fonts/Kanit/Kanit-Light.ttf);
}
@font-face {
  font-family: "Prompt";
  src: url(../../../../../../fonts/Prompt/Prompt-Regular.ttf);
}
@font-face {
  font-family: "PlexSans";
  src: url(../../../../../../fonts/IBM_Plex_Sans_Thai/IBMPlexSansThai-Medium.ttf);
}
@font-face {
  font-family: "NotoSansThai";
  src: url(../../../../../../fonts/NotoSansThai/NotoSansThai-Light.ttf);
}
:root {
  font-family: Sarabun;
  font-weight: normal;
  font-size: 16px;
  --def-undr: #babfcf;
  --def-bgnd: #383f51;
  --def-text: #d8dbe4;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: hsl(225deg, 18%, 37%);
  overflow-x: clip;
}

h1, h2 {
  font-family: Kanit;
  font-weight: normal;
}

h1 {
  font-size: 4rem;
  text-align: center;
  color: hsl(312deg, 58%, 72%);
  margin: 0 0 0rem 0;
  padding: 0;
}

p {
  font-size: 2.5rem;
  line-height: 3.75rem;
  margin: 1rem 2rem 2rem 2rem;
  color: #b3b9ca;
}

p span {
  color: hsl(97deg, 22%, 66%);
}

i {
  font-style: normal;
  color: #a0a7bd;
}