@import url(https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap);
:root {
  --theme-general-font: "Noto Kufi Arabic", sans-serif;
  /* Font use for normal text and general text */
}

:root {
  --theme-hiperlink-font: "Noto Kufi Arabic", sans-serif;
  /* Font use for normal text and general text */
}

:root {
  --theme-highlight-font: "Noto Kufi Arabic", sans-serif;
  /* Font used in title or special area */
}
