@charset "utf-8"; 

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: url(/fonts/Roboto/Roboto-Thin.woff2) format('woff2'),
		url(/fonts/Roboto/Roboto-Thin.woff) format('woff'),
		url(/fonts/Roboto/Roboto-Thin.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	src: url(/fonts/Roboto/Roboto-ExtraLight.woff2) format('woff2'),
		url(/fonts/Roboto/Roboto-ExtraLight.woff) format('woff'),
		url(/fonts/Roboto/Roboto-ExtraLight.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url(/fonts/Roboto/Roboto-Light.woff2) format('woff2'),
		url(/fonts/Roboto/Roboto-Light.woff) format('woff'),
		url(/fonts/Roboto/Roboto-Light.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/Roboto/Roboto-Regular.woff2) format('woff2'),
		url(/fonts/Roboto/Roboto-Regular.woff) format('woff'),
		url(/fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url(/fonts/Roboto/Roboto-Medium.woff2) format('woff2'),
		url(/fonts/Roboto/Roboto-Medium.woff) format('woff'),
		url(/fonts/Roboto/Roboto-Medium.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	src: url(/fonts/Roboto/Roboto-SemiBold.woff2) format('woff2'),
		url(/fonts/Roboto/Roboto-SemiBold.woff) format('woff'),
		url(/fonts/Roboto/Roboto-SemiBold.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/Roboto/Roboto-Bold.woff2) format('woff2'),
		url(/fonts/Roboto/Roboto-Bold.woff) format('woff'),
		url(/fonts/Roboto/Roboto-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	src: url(/fonts/Roboto/Roboto-ExtraBold.woff2) format('woff2'),
		url(/fonts/Roboto/Roboto-ExtraBold.woff) format('woff'),
		url(/fonts/Roboto/Roboto-ExtraBold.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: url(/fonts/Roboto/Roboto-Black.woff2) format('woff2'),
		url(/fonts/Roboto/Roboto-Black.woff) format('woff'),
		url(/fonts/Roboto/Roboto-Black.ttf) format('truetype');
}