@font-face
{
  font-family: 'Cera Pro Thin';
  src: url('./font/CeraPro-Thin.eot');
  src: url('./font/CeraPro-Thin.eot?#iefix') format('embedded-opentype'),
  url('./font/CeraPro-Thin.woff') format('woff'),
  url('./font/CeraPro-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Lato Thin';
  src: url('./font/Lato-Thin.eot');
  src: url('./font/Lato-Thin.eot?#iefix') format('embedded-opentype'),
  url('./font/Lato-Thin.woff') format('woff'),
  url('./font/Lato-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}