/* โหลดฟอนต์ Sarabun จาก Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap');

/* ตั้งค่าฟอนต์หลัก */
body {
  font-family: 'Sarabun', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #212529;
  background-color: #f8f9fa;
}

/* ส่วนหัว */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

/* ปุ่ม และการ์ด */
.btn, .card-title, .navbar, .modal-title {
  font-family: 'Sarabun', sans-serif;
  font-weight: 500;
}

.modal-content {
  position: relative;
  z-index: 9999;
}

.pac-container {
  z-index: 2000 !important; /* Google Maps autocomplete container */
}

