/* Thai Font - Kanit */
body,
html,
h1, h2, h3, h4, h5, h6,
p, span, div, a, li, td, th,
.taitel,
.features-single-box-inner h3,
.features-single-box-inner-txt p,
.locations-item-text h3,
.locations-item-text h5,
.explore-taitel,
.explore-txt,
.btn_t1, .btn_t2,
.main-btn,
.features-view-btn {
    font-family: 'Kanit', sans-serif !important;
}

/* Specific Thai text styling */
[lang="th"],
.thai-text {
    font-family: 'Kanit', sans-serif !important;
    font-weight: 400;
}

/* Headings with Thai content */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Kanit', sans-serif !important;
    font-weight: 500;
}

/* Buttons and links */
.main-btn,
.features-view-btn,
a {
    font-family: 'Kanit', sans-serif !important;
}

/* Form elements */
input, textarea, select, button {
    font-family: 'Kanit', sans-serif !important;
}

/* Navigation and menu */
.menu-bar__name,
.nav-link,
.navbar-nav .nav-link {
    font-family: 'Kanit', sans-serif !important;
}