/* CSS Document */

@font-face {
	font-family: 'Roboto light';
	src: url("font/ttf/Roboto-Light.ttf");
	font-weight: 300;
}
@font-face {
	font-family: 'Roboto regular';
	src: url("font/ttf/Roboto-Regular.ttf");
	font-weight: 400;
}
@font-face {
	font-family: 'Roboto medium';
	src: url("font/ttf/Roboto-Medium.ttf");
	font-weight: 600;
}

