
@font-face {
    font-family: "GE Thameen Book";
    font-style: normal;
    font-weight: normal;
    src: url("/public/fonts/GE_Thameen_Book.eot");
    src: url("/public/fonts/GE_Thameen_Book.eot?#iefix") format("embedded-opentype"),
    url("/public/fonts/GE_Thameen_Book.woff") format("woff"),
    url("/public/fonts/GE_Thameen_Book.otf") format("truetype");
}

@font-face {
    font-family: "GE SS Two Light";
    font-style: normal;
    font-weight: 300;
    src: url("/public/fonts/GE_SS_Two_Light.eot");
    src: url("/public/fonts/GE_SS_Two_Light.eot?#iefix") format("embedded-opentype"),
    url("/public/fonts/GE_SS_Two_Light.woff") format("woff"),
    url("/public/fonts/GE_SS_Two_Light.otf") format("truetype");
}

body *{
    font-family: 'Quicksand', 'Spectral', sans-serif !important;
}

body.rtl-mode *{
    font-family: 'GE Thameen Book', sans-serif !important;
}

body .fa{
    font-family: FontAwesome !important;
}


body.rtl-mode .author-avatar img{
    float: right;
}