

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold-webfont.eot');
    src: url('../fonts/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-bold-webfont.woff') format('woff'),
         url('../fonts/helvetica-bold-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-bold-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hacen_tunisia_ltregular';
    src: url('../fonts/hacen_tunisia_lt_0.eot');
    src: url('../fonts/hacen_tunisia_lt_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hacen_tunisia_lt_0.woff2') format('woff2'),
         url('../fonts/hacen_tunisia_lt_0.woff') format('woff'),
         url('../fonts/hacen_tunisia_lt_0.ttf') format('truetype'),
         url('../fonts/hacen_tunisia_lt_0.svg#hacen_tunisia_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: "open_sansregular";
}
.ui_open_regular{
    font-family: "open_sansregular";
}
.ui_regular{
    font-family:Arial, Helvetica, sans-serif;
}
.ui-open-semi-bold{
	 font-family: 'open_sanssemibold';
}
.ui-open-bold{
	font-family: 'open_sansbold';
}
.ui-helve-bold
{
font-family: 'helveticabold';
}
.ui-hacen_tunisia
{
font-family: 'hacen_tunisia_ltregular';
}
 
