.privacyTitle {
    font-family: 'Fraunces', sans-serif !important;
    font-size: 34px !important;
    font-weight: 400 !important;
    color : #696F7E !important;
    line-height: 48px !important;
    letter-spacing: -0.5px !important;
}
.privacyH2 {
    font-family: 'Fraunces', sans-serif !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    color : #696F7E !important;
    line-height: 48px !important;
    letter-spacing: -0.5px !important;
}
.privacyH4 {
    font-family: 'Fraunces', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color : #696F7E !important;
    line-height: 32px !important;
    letter-spacing: -0.5px !important;
}
.privacyH6 {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color : #696F7E !important;
    margin-bottom: 0px !important;
}
.privacyText {
    font-family: 'DM Sans', sans-serif !important;
    color: #696F7E;
    font-size: 18px !important;
    text-align: justify;
}
.privacy-list-style {
    list-style-type: decimal;
}
.privacy-list-style li::marker {
    font-size: 25px !important;
    color: #B2B7C0 !important;
}
.privacy-list-style-disc {
    list-style-type: disc;
}
.privacy-list-style-upperLetter {
    list-style-type: upper-alpha;
}
.policy-popup .text-uppercase {
    color: var(--text-color) !important;
}

/* Magnific Popup sizing for the privacy modal */
#privacy-section, #termsConditions-section, #AML-section {
    /* background-color: #F8F7F6; */
    background-color: hsl(210 40% 98%) !important;
}

.mfp-inline-holder .mfp-content, .policy-popup {
    width: 60vw;
    max-width: 60vw;
    height: 75vh;
    margin: -10px 0px 0px 0px;
}
.policy-popup {
    overflow: auto; /* scroll the content inside the modal */
    position: relative;
    background: #FFFFFF;
    padding: 20px;
}
/* Mobile fallback */
@media (max-width: 991px) {
    .mfp-inline-holder .mfp-content,
    .policy-popup {
        width: 90vw;
        max-width: 90vw;
        height: 60vh;
    }
}