@charset "utf-8";
/* فونت سيستم وجميل */
/****************************/
@font-face {
    font-family: 'hossam1';
    src: url('../fonts/GE SS Two Medium.otf') format('embedded-opentype'),
         url('../fonts/GE SS Two Medium.otf') format('woff'),
         url('../fonts/GE SS Two Medium.otf') format('truetype'),
         url('../fonts/GE SS Two Medium.otf') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hossam2';
    src: url('../fonts/GE SS Two Bold.otf') format('embedded-opentype'),
         url('../fonts/GE SS Two Bold.otf') format('woff'),
         url('../fonts/GE SS Two Bold.otf') format('truetype'),
         url('../fonts/GE SS Two Bold.otf') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hossam3';
    src: url('../fonts/GE SS Two Light.otf') format('embedded-opentype'),
         url('../fonts/GE SS Two Light.otf') format('woff'),
         url('../fonts/GE SS Two Light.otf') format('truetype'),
         url('../fonts/GE SS Two Light.otf') format('svg');
    font-weight: normal;
    font-style: normal;
}


.font1{ 
	font-family: hossam1;
}
.font2{ 
	font-family: hossam2;
}
*{ 
	font-family: hossam3;
}
/****************************/