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

.roboto-thin {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 100 !important;
}

.roboto-light {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
}

.roboto-regular { 
	font-family: 'Roboto', sans-serif !important; 
	font-weight: 400 !important;
}

.roboto-medium { 
	font-family: 'Roboto', sans-serif !important; 
	font-weight: 500 !important;
}

.a-black {
	color: black;
	text-decoration: none;
}

.a-grey {
	color: black;
	text-decoration: none;
}