<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&amp;display=swap');

html, body, h1 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 500;
}

h1 {
  font-weight: 900;
}

.ar {
  direction: rtl; 
}

header {
  direction: ltr;
}

.ar .menu a {
  text-align: right;
  direction: rtl;
}</pre></body></html>