body ,h1,h2,h3,h4,h5,h6,p{
  font-family: "Bai Jamjuree", system-ui;

}
.text-d{
  text-indent: 35px;
}

td {
  word-wrap: break-word;
}


.bai-jamjuree-extralight {
     font-family: "Bai Jamjuree", system-ui;
     font-weight: 200;
     font-style: normal;
   }
   
   .bai-jamjuree-light {
     font-family: "Bai Jamjuree", system-ui;
     font-weight: 300;
     font-style: normal;
   }
   
   .bai-jamjuree-regular {
     font-family: "Bai Jamjuree", system-ui;
     font-weight: 400;
     font-style: normal;
   }
   
   .bai-jamjuree-medium {
     font-family: "Bai Jamjuree", system-ui;
     font-weight: 500;
     font-style: normal;
   }
   
   .bai-jamjuree-semibold {
     font-family: "Bai Jamjuree", system-ui;
     font-weight: 600;
     font-style: normal;
   }
   
   .bai-jamjuree-bold {
     font-family: "Bai Jamjuree", system-ui;
     font-weight: 700;
     font-style: normal;
   }
   
   .bai-jamjuree-extralight-italic {
     font-family: "Bai Jamjuree", system-ui;
     font-weight: 200;
     font-style: italic;
   }
   
   .bai-jamjuree-light-italic {
     font-family: "Bai Jamjuree", system-ui;
     font-weight: 300;
     font-style: italic;
   }
   
   .bai-jamjuree-regular-italic {
     font-family: "Bai Jamjuree", system-ui;
     font-weight: 400;
     font-style: italic;
   }
   
   .bai-jamjuree-medium-italic {
     font-family: "Bai Jamjuree", system-ui;
     font-weight: 500;
     font-style: italic;
   }
   
   .bai-jamjuree-semibold-italic {
     font-family: "Bai Jamjuree", system-ui;
     font-weight: 600;
     font-style: italic;
   }
   
   .bai-jamjuree-bold-italic {
     font-family: "Bai Jamjuree", system-ui;
     font-weight: 700;
     font-style: italic;
   }
   .header .logo img{margin-right: 0px;}

   @media (max-width: 768px) {
    h4.font-logo span {
      display: none;
    }
    .features .nav-link h4{font-size: 16px;}
    .features .tab-pane h3{font-size: 20px;color:black}
  }
  
   /* สำหรับหน้าจอมือถือขนาดเล็ก (ต่ำกว่า 576px เช่น iPhone) */
@media only screen and (max-width: 576px) {
  .font-logo{ font-size: 16px;

  }
}

/* สำหรับ iPad หรือแท็บเล็ต (หน้าจอ 768px ถึง 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {}

/* สำหรับหน้าจอขนาดใหญ่ (เช่น iPad Pro) */
@media only screen and (min-width: 1024px) {}