@import url("https://fonts.googleapis.com/css2?family=Sarabun&display=swap");

body {
  font-size: 16px;
  color: #1f1f1f;
  font-family: "Sarabun", sans-serif !important;
  background: #fafaf2 !important;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

p,
div {
  text-align: left !important;
}

var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}

a span {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

button:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
