@font-face {
   font-family: "IRANSans Light";
   src: url("fonts/IRANSans Light.woff") format("woff"), url("fonts/IRANSans Light.eot") format("embedded-opentype"), url("fonts/IRANSans Light.TTF") format("truetype"), url("fonts/IRANSans Light.svg") format("svg");
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: "IRANSans Medium";
   src: url("fonts/IRANSans Medium.woff") format("woff"), url("fonts/IRANSans Medium.eot") format("embedded-opentype"), url("fonts/IRANSans Medium.TTF") format("truetype"), url("fonts/IRANSans Medium.svg") format("svg");
   font-weight: normal;
   font-style: normal;
}
span {
    text-align: justify !important;
    direction: rtl !important;
}
/* استایل‌های مخصوص موبایل (صفحه‌های با عرض کمتر از 768px) */
@media only screen and (max-width: 768px) {
    .image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    img {
display: block !important;
height: 100% !important;
        width: 100% !important;
        transform: none !important;
        object-fit: contain;
    }
}