@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);
}
@font-face {
  font-family: "Fraunces";
  src: url(../../../../../../fonts/Fraunces_72pt/Fraunces_72pt-SemiBold.ttf);
}
:root {
  font-family: Sarabun;
  font-weight: normal;
  font-size: 16px;
  --def-undr: #9757ff;
  --def-bgnd: #210057;
  --def-text: #b78aff;
}

*, *: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(263deg, 100%, 27%);
  overflow-x: clip;
}

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

h1, h2 {
  font-size: 4rem;
  text-align: center;
  color: hsl(215deg, 100%, 38%);
  margin: 0 0 0 0;
  padding: 0;
}

h2 {
  font-size: 3rem;
}

ul {
  list-style: none;
  counter-reset: counter;
  font-size: 3rem;
  margin: 0rem 2rem 2rem 5rem;
}

li {
  position: relative;
  counter-increment: counter;
  color: hsl(258deg, 87%, 73%);
  margin-bottom: 3rem;
  line-height: 4.5rem;
}

li:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Kanit;
  font-size: 1.25rem;
  line-height: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  display: block;
  content: counter(counter);
  position: absolute;
  top: 1.55rem;
  left: -3rem;
  border-radius: 12.5rem;
  background-color: hsl(26deg, 100%, 50%);
  color: white;
}

u {
  border-color: #8c45ff;
}

u.def {
  color: hsl(301deg, 100%, 50%);
}

i {
  font-style: normal;
  color: hsl(261deg, 100%, 69%);
}

u i {
  color: #1a0045;
  background-color: hsl(251deg, 100%, 72%);
}

u i:after {
  border-color: transparent transparent hsl(251deg, 100%, 72%) transparent;
}

#fcFromUBtn {
  color: hsl(215deg, 100%, 38%);
  background-color: #30007c;
}