@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: #b6a0b2;
  --def-bgnd: #31262f;
  --def-text: #ccbdc9;
}

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

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

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

h2 {
  font-size: 3rem;
}

ul {
  list-style: none;
  counter-reset: counter;
}

li {
  position: relative;
  font-size: 2.5rem;
  line-height: 3.75rem;
  margin: 1rem 2rem 2rem 5rem;
  color: #beabbb;
}

li:before {
  counter-increment: counter;
  content: counter(counter);
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  color: hsl(311deg, 13%, 27%);
  background-color: #d971c4;
  position: absolute;
  text-align: center;
  font-family: monospace;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  top: 1rem;
  left: -3rem;
}

li:nth-child(-n+9):before {
  content: "0" counter(counter);
}

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

u {
  font-size: 2.5rem;
  color: hsla(48deg, 100%, 93%, 0.8);
}

i {
  font-style: normal;
  color: hsl(0deg, 45%, 71%);
}

#fcFromUBtn {
  background-color: #3e303c;
}