@import url(https://fonts.googleapis.com/css2?family=Prompt);
@import url(https://fonts.googleapis.com/css2?family=Sarabun);
/* ALL */
  body {
    font-family: "Prompt", sans-serif;
    background-color: #e9eaec !important;
  }
  h1, h2, h3, h4, h5 {
    font-family: "Prompt", sans-serif;
  }
  .fonts-th {
    font-family: "Sarabun", sans-serif !important;
  }
  .mybtn {
    cursor: pointer;
    text-decoration: none;
  }
  input[type=checkbox],input[type=radio] {
        transform:scale(1.5);
        margin: 10px;   
    }
/* -------------------------------- */