@font-face {
	font-family: 'Roboto';
	src:
		url('roboto/roboto-thin.woff2') format('woff2'),
		url('roboto/roboto-thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src:
		url('roboto/roboto-thin-italic.woff2') format('woff2'),
		url('roboto/roboto-thin-italic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src:
		url('roboto/roboto-light.woff2') format('woff2'),
		url('roboto/roboto-light.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src:
		url('roboto/roboto-light-italic.woff2') format('woff2'),
		url('roboto/roboto-light-italic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src:
		url('roboto/roboto-regular.woff2') format('woff2'),
		url('roboto/roboto-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src:
		url('roboto/roboto-regular-italic.woff2') format('woff2'),
		url('roboto/roboto-regular-italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src:
		url('roboto/roboto-medium.woff2') format('woff2'),
		url('roboto/roboto-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src:
		url('roboto/roboto-medium-italic.woff2') format('woff2'),
		url('roboto/roboto-medium-italic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src:
		url('roboto/roboto-bold.woff2') format('woff2'),
		url('roboto/roboto-bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src:
		url('roboto/roboto-bold-italic.woff2') format('woff2'),
		url('roboto/roboto-bold-italic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src:
		url('roboto/roboto-black.woff2') format('woff2'),
		url('roboto/roboto-black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src:
		url('roboto/roboto-black-italic.woff2') format('woff2'),
		url('roboto/roboto-black-italic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
}
