﻿.swal2-content {
    color: black !important; /* Definindo a cor da fonte como branca */
}

.swal2-title {
    color: black !important; /* Definindo a cor da fonte como branca */
}

.my-title-class {
    font-size: 24px;
    color: black; /* Cor da fonte */
}

.my-content-class {
    font-size: 18px;
    color: black; /* Cor da fonte */
}