@charset "utf-8";
/* CSS Document */

body {
	background-color: #f90;
}

@font-face {
    font-family: "Roboto";
	src: url("../fonts/Roboto-Black-6MSVpB1.ttf") format('truetype'), url("../fonts/Roboto-Black-6MSVpB1.ttf") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "RobotoB";
	src: url("../fonts/Roboto-Bold-VSN-sRv.ttf") format('truetype'), url("../fonts/Roboto-Bold-VSN-sRv.ttf") format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "RobotoL";
	src: url("../fonts/Roboto-Light-eHES_pR.ttf") format('truetype'), url("../fonts/Roboto-Light-eHES_pR.ttf") format('woff');
    font-weight: 400;
    font-style: normal;
}


