/* =========================================
   Font faces
   ======================================== */
@font-face {
	font-family: 'Greek';

	/*src: url('../fonts/bodonic-webfont.eot');*/
	/*src: url('../fonts/bodonic-webfont.eot?#iefix') format('embedded-opentype'),*/
	/*url('../fonts/bodonic-webfont.woff') format('woff'),*/
	/*url('../fonts/bodonic-webfont.ttf') format('truetype'),*/
	/*url('../fonts/bodonic-webfont.svg#BodoniCRegular') format('svg');*/

	src: url('../fonts/greek_regular.woff') format('woff'),
	     url('../fonts/greek_regular.ttf');

	/*font-style: normal;*/
	/*font-weight: normal;*/
}



/* =========================================
   Styles
   ======================================== */
.hh-greek ,
.content .hh-greek {
	font-weight:bold;
	font-family: 'Greek', sans-serif;

	/*display: inline-block;*/
	/*background-color: #F1F1F1;*/
	/*padding: 0 5px;*/
}






/* =========================================
   Font faces
   ======================================== */
@font-face {
	font-family: 'Bwhebb';

	/*src: url('../fonts/bodonic-webfont.eot');*/
	/*src: url('../fonts/bodonic-webfont.eot?#iefix') format('embedded-opentype'),*/
	/*url('../fonts/bodonic-webfont.woff') format('woff'),*/
	/*url('../fonts/bodonic-webfont.ttf') format('truetype'),*/
	/*url('../fonts/bodonic-webfont.svg#BodoniCRegular') format('svg');*/

	src:
		/*url('../fonts/greek_regular.woff') format('woff'),*/
		url('../fonts/bwhebb.ttf');

	/*font-style: normal;*/
	/*font-weight: normal;*/
}



/* =========================================
   Styles
   ======================================== */
.hh-greek ,
.content .hh-ivrit {
	/*font-weight:bold;*/
	font-family: 'Bwhebb', sans-serif;

	/*display: inline-block;*/
	/*background-color: #F1F1F1;*/
	/*padding: 0 5px;*/
}


