@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
	src: url("../fonts/Lato-Regular.ttf")
  /*; src: url("..fonts/Lato-Regular.eot");  IE9 Compat Modes */		
}
@font-face {
  font-family: Lato;
  font-style: italic;
  /*font-weight: 400;*/
  font-weight: normal;
  src: url("../fonts/Lato-Italic.ttf")  
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Lato-Bold.ttf")
  }
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/Lato-BoldItalic.ttf") 
}


/*GENTIUM*/
@font-face {
  font-family: Gentium;
  font-style: normal;
  /*font-weight: 400;*/
  font-weight: normal;
  src: url("../fonts/GenBasR.ttf")
}
@font-face {
  font-family: Gentium;
  font-style: italic;
  /*font-weight: 400;*/
  font-weight: normal;
  src: url("../fonts/GenBasI.ttf")
}

@font-face {
  font-family: Gentium;
  font-style: normal;
  font-weight: bold;
  src:url("../fonts/GenBasB.ttf")
}
@font-face {
  font-family: Gentium;
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/GenBasBI.ttf") 
}