@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300');

.lato100 {
	font-family: 'Lato';
	font-weight: 100;
}
.lato300 {
	font-family: 'Lato';
	font-weight: 300;
}
.lato400 {
	font-family: 'Lato';
	font-weight: 400;
}
.lato700 {
	font-family: 'Lato';
	font-weight: 700;
}
.lato900 {
	font-family: 'Lato';
	font-weight: 900;
}
