@font-face {
  font-family: 'Lato-Light';
   src: url(/css/fonts/lato-light-webfont.eot);
   src: url(/css/fonts/lato-light-webfont.eot?#iefix) format('embedded-opentype'), url(/css/fonts/lato-light-webfont.woff) format('woff'), url(/css/fonts/lato-light-webfont.ttf) format('truetype'), url(/css/fonts/lato-light-webfont.svg) format('svg');
}
@font-face {
  font-family: 'Lato-Regular';
   src: url(/css/fonts/lato-regular-webfont.eot);
   src: url(/css/fonts/lato-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/css/fonts/lato-regular-webfont.woff) format('woff'), url(/css/fonts/lato-regular-webfont.ttf) format('truetype'), url(/css/fonts/lato-regular-webfont.svg) format('svg');
}
@font-face {
  font-family: 'Lato-Bold';
   src: url(/css/fonts/lato-bold-webfont.eot);
   src: url(/css/fonts/lato-bold-webfont.eot?#iefix) format('embedded-opentype'), url("/css/fonts/lato-bold-webfont.woff") format('woff'), url(/css/fonts/lato-bold-webfont.ttf) format('truetype'), url(/css/fonts/lato-bold-webfont.svg) format('svg');
}
@font-face {
  font-family: 'Glyphicons Halflings';
   src: url(/css/fonts/glyphicons-halflings-regular.eot);
   src: url(/css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/css/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/css/fonts/glyphicons-halflings-regular.svg) format('svg');
}
body {
    font-family: Lato-Light;
    font-size: 18px;
    line-height: 1.6;
}
h1 {
	font-family: Lato-Light;
    letter-spacing: 1px;      
    font-size: 32px;
}
h2 {
	font-family: Lato-Light;
    letter-spacing: 0.5px;      
    font-size: 28px;
}
h3 {
	font-family: Lato-Light;
    letter-spacing: 1px;      
    font-size: 24px;
}
h4 {
	font-family: Lato-Bold;
    letter-spacing: 1px;      
    font-size: 20px;
}
