/* IBM Plex Sans Arabic (Google Fonts) */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap');

:root{
  --app-font: 'IBM Plex Sans Arabic', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Base font */
html, body{
  font-family: var(--app-font) !important;
  line-height: 25px;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
}

/* Make common text elements inherit (keeps icons safe) */
p, span, div, a, h1, h2, h3, h4, h5, h6, input, textarea, button, label{
  font-family: inherit !important;
}

body.rtl {
  font-family: var(--app-font) !important;
}


.navbar-nav .nav-item{
    font-weight: bold !important;
}
