@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=block");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@300&display=swap");
:root {
  font-size: 16px;
}

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

body {
  margin: 4em;
  background-color: #4d4c57;
}

h1, h2, h3, h4 {
  font-family: Kanit;
  font-weight: 300;
}

p, ol, ul, li {
  font-family: Sarabun;
  font-weight: 300;
  color: #face94;
}

h1 {
  color: #ff6bff;
  font-size: 4rem;
  text-align: center;
}

h2 {
  color: #face94;
  font-size: 3.5rem;
  margin: 3rem 0rem 1rem 0rem;
}

h2 i {
  font-style: normal;
  color: #9997a5;
}

ul {
  font-size: 3rem;
  line-height: 4.5rem;
  list-style: none;
  counter-reset: listStyle;
  margin: 0;
}

ul li {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 3rem;
  padding: 0;
  counter-increment: listStyle;
  color: #bf9cff;
}

ul li span {
  color: #b4b3bd;
}

ul li::before {
  content: counter(listStyle, thai) ".";
  margin-right: 1rem;
  color: #9997a5;
}

ul p {
  margin: 1rem 0rem 1rem 0rem;
}

ul p.kru {
  color: #cfced4;
}

u {
  text-decoration: none;
  border-bottom: 3px dotted #7e7c8d;
  line-height: 1.1em;
}

u > em {
  background-color: #7e7c8d;
  color: white;
}

u > em:after {
  border-color: transparent transparent #7e7c8d transparent;
  border-width: 10px;
  margin-left: -10px;
}