@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');

.font1{
	font-family:'Roboto', sans-serif;
	font-weight:400;
}

.font-bold{
	font-weight:700;
}

.font-bolder{
	font-weight:900;
}

.font-sm{
	font-size:14px;
}

.font-xs{
	font-size:13px;
}

.font-lg{
	font-size:18px;
}

.font-hg{
	font-size:24px;
}

.font-xhg{
	font-size:32px;
}