@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: white;
  --def-bgnd: #fbc35b;
  --def-text: white;
}

*, *: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(39deg, 95%, 77%);
  overflow-x: clip;
}

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

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

h2 {
  font-size: 3rem;
}

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

li, p {
  position: relative;
  font-size: 2.5rem;
  line-height: 3.75rem;
  margin: 1rem 2rem 0rem 5rem;
  color: rgba(182, 61, 43, 0.8);
}

p {
  color: #7c3b98;
  margin-top: 0rem;
}

li:before {
  counter-increment: counter;
  content: counter(counter);
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 2.25rem;
  color: hsl(39deg, 95%, 77%);
  background-color: hsl(282deg, 63%, 59%);
  position: absolute;
  text-align: center;
  font-family: monospace;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25rem;
  top: 1.1rem;
  left: -3rem;
}

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

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

div.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a {
  text-decoration: none;
  color: hsl(282deg, 63%, 59%);
  font-size: 2rem;
  line-height: 3rem;
  border-bottom: 4px dotted hsl(282deg, 63%, 59%);
}

a:hover {
  background-color: #fde2af;
}

u {
  border-color: #972dc4;
}

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

u i {
  color: #5e1c7b;
  background-color: #fcd998;
}

u i:after {
  border-color: transparent transparent #fcd998 transparent;
}

#fcFromUBtn {
  color: hsl(8deg, 62%, 44%);
  background-color: #fbc766;
}