@font-face{
  font-family: 'lato';
  src: url('fonts/lato.eot');
  src: url('fonts/lato.eot?#iefix') format('embedded-opentype'),
  url('fonts/lato.ttf') format('truetype');
}

@font-face{
  font-family: 'lato';
  src: url('fonts/lato-light.eot');
  src: url('fonts/lato-light.eot?#iefix') format('embedded-opentype'),
  url('fonts/lato-light.ttf') format('truetype');
  font-weight: 300;
}

@font-face{
  font-family: 'lato';
  src: url('fonts/lato-bold.eot');
  src: url('fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/lato-bold.ttf') format('truetype');
  font-weight: bold;
}



