/* Global Overrides */

/* SweetAlert2 Styling Overrides */
.swal2-popup {
    font-size: 1.6rem !important;
}

.swal2-title {
    font-size: 2rem !important;
}

.swal2-html-container {
    font-size: 1.6rem !important;
}

.swal2-confirm,
.swal2-cancel {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}