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

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro|Unica+One);

body {
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
body input, body textarea {
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
h1,h2{ /*h3,h4,h5*/
	font-family: 'Unica One', cursive;
	font-weight: 400;
}
