@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Sarabun', sans-serif;
}
/* เพิ่ม class สำหรับสีที่สดใส ดูสบายตา */
.header-bg-light {
    background-color: #66BB6A; /* Light Green */
}
.footer-bg-light {
    background-color: #4CAF50; /* Green */
}
.status-มา {
    color: #4CAF50; /* Green */
    font-weight: bold;
}
.status-ลา {
    color: #9C27B0; /* Purple */
    font-weight: bold;
}
.status-หนี {
    color: #FF9800; /* Orange */
    font-weight: bold;
}
.status-ขาด {
    color: #F44336; /* Red */
    font-weight: bold;
}
.status-สาย {
    color: #2196F3; /* Blue */
    font-weight: bold;
}
.status-ไม่พบข้อมูล {
    color: #FFC107; /* Amber */
    font-weight: bold;
}