@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/opensans.eot'); /* IE9 Compat Modes */
  src: url('fonts/opensans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensans.woff') format('woff'), /* Modern */
       url('fonts/opensans.ttf') format('truetype') /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato.eot'); /* IE9 Compat Modes */
  src: url('fonts/lato.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato.woff') format('woff'), /* Modern */
       url('fonts/lato.ttf') format('truetype') /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/lato-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-bold.woff') format('woff'), /* Modern */
       url('fonts/lato-bold.ttf') format('truetype') /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/titillium-semibold.eot'); /* IE9 Compat Modes */
  src: url('fonts/titillium-semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-semibold.woff') format('woff'), /* Modern */
       url('fonts/titillium-semibold.ttf') format('truetype') /* Safari, Android, iOS */
}

/*
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(http://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
*/