<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'TheNotoArabic';
    /* src: url('NotoSans.ttf');
    src: url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);*/
     src: url(https://fonts.googleapis.com/earlyaccess/scheherazade.css);
    font-weight: normal;
    font-style: normal;
}

/*---------------------------------- End of fonts ---------------------------------- */
body {
    font-family: 'TheNotoArabic', sans-serif !important;
} 

.nav-menu a {
    font-family: 'TheNotoArabic', sans-serif
}
h1, h2, h3, h4, h5, h6, .font-primary {
    font-family: 'TheNotoArabic', sans-serif
}


.nav-menu .drop-down &gt; a:after {
    font-family: IcoFont;
}

.nav-menu .drop-down .drop-down &gt; a:after {
    font-family: IcoFont;
}

.mobile-nav .drop-down &gt; a:after {
    font-family: IcoFont;
}

#hero .btn-get-started {
    font-family: 'TheNotoArabic', sans-serif
}

.counts .count-box p {
    font-family: 'TheNotoArabic', sans-serif
}

#footer .footer-top .footer-info p {
    font-family: 'TheNotoArabic', sans-serif
}
</pre></body></html>