/* ก๊อปปี้โค้ด FixCare ที่พี่ให้มาทั้งหมดลงในไฟล์นี้ */
/* และเพิ่มคลาสสำหรับ SAtung ต่อท้ายด้านล่างดังนี้ครับ */

.sb-brand-name strong { color: #3b82f6; } /* เปลี่ยนจากเขียว FixCare เป็นน้ำเงิน SAtung */

/* ปรับปรุง Card Dashboard ให้เข้ากับสไตล์ FixCare */
.stat-mini-card.blue::before { background: #3b82f6; }
.stat-mini-card.amber::before { background: #f59e0b; }
.stat-mini-card.teal::before { background: #10b981; }

/* แก้ปัญหาฟอนต์หนาเกินไปตามที่พี่ต้องการ */
body, .sb-item, .form-control, .data-table td {
    font-weight: 400 !important;
    letter-spacing: -0.01em;
}

h1, h2, h3, .sb-brand-name, .tb-title {
    font-weight: 600 !important;
    letter-spacing: -0.02em;
}