@font-face {
  font-family: "Sarabun";
  src: url(../../../../../../fonts/Sarabun/Sarabun-Regular.ttf);
}
@font-face {
  font-family: "Kanit";
  src: url(../../../../../../fonts/Kanit/Kanit-Regular.ttf);
}
@font-face {
  font-family: "Prompt";
  src: url(../../../../../../fonts/Prompt/Prompt-Medium.ttf);
}
:root {
  font-family: Sarabun;
  font-weight: normal;
  font-size: 16px;
}

body {
  background-color: #fcc7ff;
  margin: 3rem;
}

h1, h2, h3, h4 {
  font-family: Kanit;
  color: #fffed1;
}

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

h2 {
  font-size: 3rem;
}

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

p {
  font-size: 3rem;
  line-height: 4.35rem;
  color: #635374;
}

b {
  font-weight: normal;
  color: #b856ae;
}

u {
  text-decoration: none;
  border-bottom: 3px dotted #f87aff;
  line-height: 1.2em;
}

u > em {
  background-color: #fbadff;
  color: #a500ad;
  padding: 0rem 1rem 0.5rem 1rem;
}

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