@font-face {
    font-family: "IRANSans";
    src: url("fonts/IRANSansWeb(FaNum).woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "IRANSans";
    src: url("fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: "Pinar";
    src: url("fonts/Pinar-DS2-FD-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Pinar";
    src: url("fonts/Pinar-DS2-FD-ExtraBold.woff2") format("woff");
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: "IRANSans", "Pinar", sans-serif;
    /* font-size: 0.9rem; */
}

.choices__list--dropdown{
    z-index: 500000 !important;
}
.swal-custom-popup {
    z-index: 99999 !important; /* Ensure it's above the modal */
}
.modal {
    z-index: -1 !important; /* Ensure it's above the modal */
}

