@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local("Roboto Thin"), url("fonts/roboto-thin.woff2") format("woff2"); }

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	src: local("Roboto ThinItalic"), url("fonts/roboto-thin-italic.woff2") format("woff2"); }

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local("Roboto Light"), url("fonts/roboto-light.woff2") format("woff2"); }

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: local("Roboto LightItalic"), url("fonts/roboto-light-italic.woff2") format("woff2"); }

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local("Roboto"), local("Roboto Regular"), url("fonts/roboto-regular.woff2") format("woff2"); }

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local("Roboto Italic"), local("Roboto Regular Italic"), url("fonts/roboto-regular-italic.woff2") format("woff2"); }

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local("Roboto Medium"), url("fonts/roboto-medium.woff2") format("woff2"); }

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local("Roboto MediumItalic"), url("fonts/roboto-medium-italic.woff2") format("woff2"); }

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local("Roboto Bold"), url("fonts/roboto-bold.woff2") format("woff2"); }

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local("Roboto BoldItalic"), url("fonts/roboto-bold-italic.woff2") format("woff2"); }

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local("Roboto Black"), url("fonts/roboto-black.woff2") format("woff2"); }

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: local("Roboto BlackItalic"), url("fonts/roboto-black-italic.woff2") format("woff2"); }

html {
	font-family: Roboto, sans-serif; }
