@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(latolight.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(latoregular.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(latobold.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(latolightitalic.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(latoitalic.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(latobolditalic.woff) format('woff');
}
body, input, textarea, select, button {
  font-family: 'Lato', Verdana, Arial, sans-serif;
  font-size: 16px;
}
h3 {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -1px;
}
h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}

