/* Regular */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	src: url(Roboto-Thin.ttf) format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url(Roboto-Light.ttf) format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url(Roboto-Regular.ttf) format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url(Roboto-Medium.ttf) format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	src: url(Roboto-Bold.ttf) format('woff2');
}

/* Italics */

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 200;
	src: url(Roboto-ThinItalic.ttf) format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: url(Roboto-LightItalic.ttf) format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: url(Roboto-Italic.ttf) format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: url(Roboto-MediumItalic.ttf) format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	src: url(Roboto-BoldItalic.ttf) format('woff2');
}
