/* ============================================
   SWEETALERT2 FONT SIZE OVERRIDES
   Modern SaaS Design - TrueColors ERP
   ============================================ */

/* Font Size Adjustments Only */
.swal2-title {
    font-size: 1.5rem !important;
}

.swal2-html-container {
    font-size: 0.9375rem !important;
}

.swal2-input,
.swal2-textarea,
.swal2-select,
.swal2-file {
    font-size: 0.9375rem !important;
}

.swal2-styled {
    font-size: 0.9375rem !important;
}

.swal2-toast .swal2-title {
    font-size: 1rem !important;
}

.swal2-toast .swal2-html-container {
    font-size: 0.875rem !important;
}

/* Responsive Font Sizes */
@media (max-width: 640px) {
    .swal2-title {
        font-size: 1.25rem !important;
    }
    
    .swal2-html-container {
        font-size: 0.875rem !important;
    }
}
