/* IBM Plex Sans Arabic - Google Fonts CDN */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

:root {
    --scj-global-font: 'IBM Plex Sans Arabic', sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul,
ol,
dl,
dt,
dd,
label,
small,
strong,
em,
b,
button,
input,
select,
textarea,
th,
td,
blockquote,
figcaption,
legend,
summary,
span:not([class*="icon"]):not([class^="fa"]):not([class*=" fa-"]):not([class^="ni"]):not([class*=" ni-"]) {
    font-family: var(--scj-global-font) !important;
}
