/*
Theme Name:   Kadence Child (MonzHub)
Theme URI:    https://monzhub.com
Description:  ธีมลูกของ Kadence สำหรับ MonzHub — Thai typography + custom schema
Author:       Monz
Template:     kadence
Version:      1.0.0
Text Domain:  kadence-child
*/

/* ---- Thai typography ---- */
body, p, li, td, th, h1, h2, h3, h4, h5, h6 {
  word-break: normal;
  overflow-wrap: break-word;
  line-break: normal;
}
body { line-height: 1.75; }
h1, h2, h3 { line-height: 1.4; }

/* ---- Menu CTA button ---- */
.menu-cta > a {
  background: #F59E0B;
  color: #111827 !important;
  border-radius: 8px;
  padding: 8px 16px !important;
  font-weight: 700;
}
