.elementor-kit-6{--e-global-color-primary:#DBDBDB;--e-global-color-secondary:#F4F4F4;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;color:#000000;font-size:20px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#000000;font-size:17px;font-weight:400;}.elementor-kit-6 a:hover{color:#3E3E3E;font-family:"Kanit";font-weight:400;}.elementor-kit-6 h1{font-size:30px;font-weight:500;}.elementor-kit-6 h2{font-size:30px;font-weight:500;}.elementor-kit-6 h3{font-size:30px;}.elementor-kit-6 h4{font-size:30px;font-weight:500;}.elementor-kit-6 h5{font-size:30px;}.elementor-kit-6 h6{font-size:30px;font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:20px;border-radius:10px 10px 10px 10px;}.elementor-kit-6 img{border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* กำหนดให้ฟอนต์ Kanit เป็นฟอนต์หลักสำหรับ Body (ข้อความทั่วไป) */
body {
    font-family: 'Kanit', sans-serif;
}

/* กำหนดให้ Heading ทุกระดับ (H1-H6) ใช้ Font Kanit */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Kanit', sans-serif;
}

/* หาก Elementor สร้างคลาสเฉพาะสำหรับเนื้อหา/ข้อความ ลองใช้คลาสเหล่านี้ */
.elementor-widget-text-editor,
.elementor-widget-heading .elementor-heading-title,
p {
    font-family: 'Kanit', sans-serif !important; /* !important อาจจำเป็นเพื่อบังคับใช้ */
}

/* สำหรับปุ่ม (Buttons) */
.elementor-button {
    font-family: 'Kanit', sans-serif;
}

/* สำหรับเมนู (Navigation Menu) */
.elementor-nav-menu__text {
    font-family: 'Kanit', sans-serif;
}

/* เพิ่มคลาสอื่นๆ ที่ต้องการให้ใช้ Kanit เช่น ฟอร์ม หรือส่วนอื่นๆ */
input, textarea, select {
    font-family: 'Kanit', sans-serif;
}/* End custom CSS */