/* ALMAJD 1.1.14 — canonical typography contract */
:root,
:host {
  --font-sans: 'IBM Plex Sans Arabic', sans-serif;
  --font-mono: 'IBM Plex Sans Arabic', sans-serif;
}

html,
body,
body *,
body *::before,
body *::after,
button,
input,
textarea,
select,
option,
table,
th,
td,
code,
pre,
kbd,
samp,
svg text,
svg tspan,
:host,
:host *,
:host *::before,
:host *::after {
  font-family: 'IBM Plex Sans Arabic', sans-serif !important;
}

button,
input,
textarea,
select,
option {
  font: inherit;
}

html,body,:host{font-synthesis:weight style;font-kerning:normal;text-rendering:optimizeLegibility}
