/* เปลี่ยนสีและขนาดฟอนต์ของ title ใน SweetAlert 1 */
.sweet-alert h2 {
    font-family: 'Itim', cursive !important;  /* เปลี่ยนฟอนต์ */
}

/* เปลี่ยนสีและขนาดฟอนต์ของข้อความใน SweetAlert 1 
.sweet-alert p {
    color: #333 !important; 
    font-size: 18px !important; 
}*/