/*@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,300italic,400italic);*/

@font-face {
  font-family: 'Lato';
  src: url("./fonts/Lato/Lato-Regular.ttf");
/*  src: url("./fonts/corp/fontawesome-corp-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/corp/fontawesome-corp-webfont.woff") format("woff"), url("./fonts/corp/fontawesome-corp-webfont.ttf") format("truetype"), url("./fonts/corp/fontawesome-corp-webfont.svg#Font-Awesome-More") format("svg"); */
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}



body input, body textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}






/*
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}



*/