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

.italic {
	font-style: italic !important;
}
.roboto-thin {
	font-family: 'Roboto';
	font-weight: 100;
	font-style: normal;
	letter-spacing: 1px;
}
.roboto-regular{
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}
.roboto-bold{
	font-family: 'Roboto';
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
}

/* Overwrite font styling */
h1 {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}

h2, h3, h4 {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}

p {
	font-family: 'Roboto';
	font-weight: 100;
	font-style: normal;
	letter-spacing: 1px;
}