@charset "UTF-8";
@font-face{
  font-family: iransans;
  src: url('/fonts/IRANSansWeb(FaNum).ttf');
}
:root, html, body, #root, #app, [data-ohif], * {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.ir-font {
    font-family: iransans !important;
}

.persian-font {
    font-family: iransans !important;
}

.font-semibold { font-weight: 600 !important; }
.font-bold { font-weight: 700 !important; }

/* نمونه محدود به نوار بالایی */
header, .ohif-header, .ohif-top-bar, [data-ohif-header] {
  font-family: iransans, sans-serif !important;
}

.text-15 {
    font-size: 15px !important;
}

/* هر کانتینر فیکس پایین صفحه که دکمه confirm-and-hide دارد را مخفی کن */
div.fixed.bottom-2:has([data-cy="confirm-and-hide-button"]),
div[style*="position:fixed"]:has([data-cy="confirm-and-hide-button"]) {
  display: none !important;
}