@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@200;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap'); 

body, h1, h2, h3, h4, h5, h6 {
    /* font-family: "Kanit", sans-serif;
    font-family: 'Open Sans', sans-serif; */
}
body {
    /* display: grid; */
    place-content: center;
    /* grid-template-columns: repeat(auto-fit, min(100%, 30rem)); */
    min-height: 100vh;
    /* place-items: start; */
    gap: 1rem;
    margin: 0;
    padding: 1rem;
    color: var(--primary);
    background: var(--background);
    line-height: 1.9;
  }
  :root {
    --primary: rgb(50, 50, 50);
    --secondary: rgb(50, 50, 50);
    --background: #eee;
    --highlight: #ffda79;
    --tab1: #901616;
    /* Theme color */
    --theme: var(--primary);
  }
  
h1{    
  font-size: 30px;
  font-family: "Kanit", sans-serif;
  color: black;  
  line-height: 2.8;  
}
h2{    
  font-size: 27px;
  font-family: "Kanit", sans-serif;
  color: black; 
  line-height: 2.8;   
}
.h3{    
  font-size: 24px;
  font-family: "Kanit", sans-serif;
  color: black;  
  line-height: 2.5;  
}

.h4{    
  font-size: 19px;
  font-family: "Kanit", sans-serif;
  color: black;  
  line-height: 2.5;  
}
.h5{    
  font-size: 18px;
  font-family: "Kanit", sans-serif;
  color: black;
  line-height: 40;    
}
.h6{    
  font-size: 16px;
  font-family: "Kanit", sans-serif;
  color: black;
  line-height: 2.8;
  text-align: justify;    
}
.p {
  font-size: 14px;
  font-family: "Kanit", sans-serif;
  color: black;
  text-align: justify;
}
.a {
  font-family: "Kanit", sans-serif;
  text-decoration: none;
  color: rgb(64, 255, 0);
  font-size: 14px;
}

  /* .btn-group2, .dropdown-menu {
    position: absolute;
  }
  .btn-group2{
    z-index: 10;
  }  
  .dropdown-menu  {
    z-index: 10;
  } */