@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope', sans-serif;
}

*:not(i) {
    font-family: 'Manrope', sans-serif !important;
}

.swal2-popup {
    border-radius: 15px;
}

.forgot-account-modal-content {
    height: 450px !important;
    border-radius: 15px !important;
    box-shadow: none !important;
    top: 150px;
}

.forgot-account-modal-content .close {
    opacity: 1;
}