@font-face {
	font-family: 'Roboto';
	font-display: block;
	font-weight: 400;
	src: url('roboto/Roboto-Regular.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-display: block;
	font-weight: 400;
	font-style: italic;
	src: url('roboto/Roboto-Italic.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-display: block;
	font-weight: 100;
	font-weight: thin;
	src: url('roboto/Roboto-Thin.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-display: block;
	font-weight: 100;
	font-style: italic;
	src: url('roboto/Roboto-ThinItalic.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-display: block;
	font-weight: 300;
	src: url('roboto/Roboto-Light.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-display: block;
	font-weight: 300;
	font-style: italic;
	src: url('roboto/Roboto-LightItalic.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-display: block;
	font-weight: 500;
	src: url('roboto/Roboto-Medium.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-display: block;
	font-weight: 500;
	font-style: italic;
	src: url('roboto/Roboto-MediumItalic.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-display: block;
	font-weight: 700;
	src: url('roboto/Roboto-Bold.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-display: block;
	font-weight: 700;
	font-style: italic;
	src: url('roboto/Roboto-BoldItalic.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-display: block;
	font-weight: 900;
	src: url('roboto/Roboto-Black.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-display: block;
	font-weight: 900;
	font-style: italic;
	src: url('roboto/Roboto-BlackItalic.ttf');
}