.Toastify__toast {
    font-size: 1rem;
    font-family: "Manrope", sans-serif !important;
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background-color: #28a745 !important;
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background-color: #df1428 !important;
}