@font-face {
    font-family: cblack;
    src: url('fonts/GE SS TWO BOLD.OTF');
}
@font-face {
    font-family: cbold;
    src: url('fonts/GE SS TWO MEDIUM.OTF');
}
@font-face {
    font-family: clight;
    src: url('fonts/GE SS TWO LIGHT.OTF');
}
@font-face {
    font-family: creg;
    src: url('fonts/GE SS TWO LIGHT.OTF');
}
@font-face {
    font-family: csbold;
    src: url('fonts/GE SS TWO MEDIUM.OTF');
}
/* these fonts to add english style to arabic numbers */
@font-face {
    font-family: cblack;
    src: url('fonts/Cairo-Bold.ttf');
    unicode-range: U+30-39;
}
@font-face {
    font-family: cbold;
    src: url('fonts/Cairo-Regular.ttf');
    unicode-range: U+30-39;
}
@font-face {
    font-family: gelight;
    src: url('fonts/Cairo-Regular.ttf');
    unicode-range: U+30-39;
}
@font-face {
    font-family: clight;
    src: url('fonts/Cairo-SemiBold.ttf');
    unicode-range: U+30-39;
}
@font-face {
    font-family: creg;
    src: url('fonts/Cairo-Regular.ttf');
}
@font-face {
    font-family: csbold;
    src: url('fonts/Cairo-SemiBold.ttf');
    unicode-range: U+30-39;
}