@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
body {
	font-size: 18px;
}
body, button, input, select, textarea {
	font-family: lato;
	font-style: normal;
	font-weight: 400;
}
