/* ************************************************
 @project		: Fonts
 @year			: 2017
 @developer		: Hiba Almanakly
 @email			: eng.hibaalmanakly@gmail.com
 @createdDate           : November, 2017
 @updatedBy		: Hiba Almanakly
 @updatedDate           : November, 2017
 @description           : Fonts used in this project
 ************************************************ */

@font-face {
    font-family: cblack;
    src: url('fonts/Cairo-Black.ttf');
}
@font-face {
    font-family: cbold;
    src: url('fonts/Cairo-Bold.ttf');
}
@font-face {
    font-family: clight;
    src: url('fonts/Cairo-Light.ttf');
}
@font-face {
    font-family: creg;
    src: url('fonts/Cairo-Regular.ttf');
}
@font-face {
    font-family: csbold;
    src: url('fonts/Cairo-SemiBold.ttf');
}
@font-face {
    font-family: gelight;
    src: url('fonts/GE SS TWO LIGHT.OTF');
}
@font-face {
    font-family: gebold;
    src: url('fonts/GE SS TWO BOLD.OTF');
}
@font-face {
    font-family: gemed;
    src: url('fonts/GE SS TWO MEDIUM.OTF');
}

@font-face {
    font-family: clight2;
    src: url('fonts/Cairo-Light.ttf');
}