/*
 * Fonts
 *
 * - http://www.latofonts.com/lato-free-fonts/
 * - http://www.levien.com/type/myfonts/inconsolata.html
 * 
 */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'),
  	local('Lato-Regular'),
  	url(../webfonts/lato/Lato-Regular-webfont.woff) format('woff'),
  	url(../webfonts/lato/Lato-Regular-webfont.eot) format('eot');
}
