/* Custom font / global tweaks (Tailwind handles most styling) */
body { font-family: 'Noto Sans Thai', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }

/* Smooth scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
::-webkit-scrollbar-track { background: #f1f5f9; }

/* Hide scrollbar in modal */
.modal-body { overflow-y: auto; max-height: 70vh; }
