Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* imports */

@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:wght@400;700;800&family=Noto+Naskh+Arabic:wght@400;700&display=swap');

/* my own stylings */

body {
  font: 1em 'Rethink Sans', sans-serif
}

.menu__item--logout, #ca-ve-edit, .mw-editsection-visualeditor, .mw-editsection-divider {
  display: none
}

.Arab {
  font: 1em 'Noto Naskh Arabic', sans-serif !important
}

#firstHeading, .firstHeadingTitle {
  font: 800 1.6em 'Rethink Sans', sans-serif
}