@charset "UTF-8";

@font-face{
	src: url("../f/Roboto-Thin.ttf");
	font-family: roboto-thin;
	font-weight: 100;
	font-style: normal;
    font-stretch: normal;
}

@font-face{
    src: url("../f/Roboto-ThinItalic.ttf");
    font-family: roboto-thinitalic;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
}

@font-face{
	src: url("../f/Roboto-Light.ttf");
	font-family: roboto-light;
	font-weight: 300;
	font-style: normal;
    font-stretch: normal;
}

@font-face{
	src: url("../f/Roboto-LightItalic.ttf");
	font-family: roboto-lightitalic;
	font-weight: 300;
	font-style: normal;
    font-stretch: normal;
}

@font-face{
	src: url("../f/Roboto-Regular.ttf");
	font-family: roboto-regular;
	font-weight: 400;
	font-style: normal;
    font-stretch: normal;
}

@font-face{
	src: url("../f/Roboto-Italic.ttf");
	font-family: roboto-regularitalic;
	font-weight: 400;
	font-style: normal;
    font-stretch: normal;
}

@font-face{
	src: url("../f/Roboto-Medium.ttf");
	font-family: roboto-medium;
	font-weight: 500;
	font-style: normal;
    font-stretch: normal;
}

@font-face{
	src: url("../f/Roboto-MediumItalic.ttf");
	font-family: roboto-mediumitalic;
	font-weight: 500;
	font-style: normal;
    font-stretch: normal;
}

@font-face{
	src: url("../f/Roboto-Bold.ttf");
	font-family: roboto-bold;
	font-weight: 700;
	font-style: normal;
    font-stretch: normal;
}

@font-face{
	src: url("../f/Roboto-BoldItalic.ttf");
	font-family: roboto-bolditalic;
	font-weight: 700;
	font-style: normal;
    font-stretch: normal;
}

@font-face{
	src: url("../f/Roboto-Black.ttf");
	font-family: roboto-black;
	font-weight: 900;
	font-style: normal;
    font-stretch: normal;
}

@font-face{
	src: url("../f/Roboto-BlackItalic.ttf");
	font-family: roboto-blackitalic;
	font-weight: 900;
	font-style: normal;
    font-stretch: normal;
}

@font-face{
	src: url("../f/RobotoCondensed-Light.ttf");
	font-family: robotocondensed-light;
	font-weight: 300;
	font-style: normal;
    font-stretch: condensed;
}

@font-face{
	src: url("../f/RobotoCondensed-LightItalic.ttf");
	font-family: robotocondensed-lightitalic;
	font-weight: 300;
	font-style: normal;
    font-stretch: condensed;
}

@font-face{
	src: url("../f/RobotoCondensed-Regular.ttf");
	font-family: robotocondensed-regular;
	font-weight: 400;
	font-style: normal;
    font-stretch: condensed;
}

@font-face{
	src: url("../f/RobotoCondensed-Italic.ttf");
	font-family: robotocondensed-regularitalic;
	font-weight: 400;
	font-style: normal;
    font-stretch: condensed;
}

@font-face{
	src: url("../f/RobotoCondensed-Bold.ttf");
	font-family: robotocondensed-bold;
	font-weight: 700;
	font-style: normal;
    font-stretch: condensed;
}

@font-face{
	src: url("../f/RobotoCondensed-BoldItalic.ttf");
	font-family: robotocondensed-bolditalic;
	font-weight: 700;
	font-style: normal;
    font-stretch: condensed;
}



body{
    font-family: roboto-regular, "sans-serif";
}

