@import url('https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700,900');
/*@import url("https://fontlibrary.org/face/droid-arabic-naskh");*/

.Cairo_Light
{
    font-family: "Cairo",sans-serif !important;
    font-weight: 300 !important;
}

.Cairo_Regular
{
    font-family: "Cairo",sans-serif !important;
    font-weight: 400 !important;
}

.Cairo_Semi_Bold
{
    font-family: "Cairo",sans-serif !important ;
    font-weight: 600 !important;
}

.Cairo_Bold
{
    font-family: "Cairo",sans-serif !important;
    font-weight: 700 !important;
}

.Cairo_Extra_Bold
{
    font-family: "Cairo",sans-serif !important;
    font-weight: 900 !important;
}

@font-face {
    font-family: Naskh;
    src: url("fonts/DroidNaskh-Regular.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: Naskh-Bold;
    src: url("fonts/DroidNaskh-Bold.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: Jazeera;
    src: url("fonts/jazeera-light.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
    font-family:Droid;
    src:url("fonts/DroidKufi-Regular.ttf");
}

@font-face {
    font-family:GE_Hili_Book;
    src:url("fonts/GE_Flow_Regular.eot");
}

@font-face {
    font-family:GE_Hili_Book;
    src:url("fonts/GE_Flow_Regular.ttf");
}

@font-face {
    font-family: GESSTwoMedium;
    src: url("fonts/GESSTwoMedium.eot") /* EOT file for IE */
}

@font-face {
    font-family: GESSTwoMedium;
    src: url("fonts/GESSTwoMedium.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: GESSTwoLight;
    src: url("fonts/GE_SS_Two_Light.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: GESSTwoLight;
    src: url("fonts/GE_SS_Two_Light.eot") /* EOT file for IE */
}

@font-face {
    font-family: Helvetica;
    src: url("fonts/HelveticaNeueW23-Reg.eot") /* EOT file for IE */
}
@font-face {
    font-family: Helvetica;
    src: url("fonts/HelveticaNeueW23-Reg.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: Uthman;
    src: url("fonts/Uthman.otf") /* TTF file for CSS3 browsers */
}
.font-helvetica
{
    font-family: Helvetica !important;
}