/* -------------------- */
/*  Roboto */
/* -------------------- */

@font-face {
    font-family: roboto_light;
    src: url(../fonts/roboto_light.woff);
}

@font-face {
    font-family: roboto_lightitalic;
    src: url(../fonts/roboto_lightitalic.woff);
}

@font-face {
    font-family: roboto_regular;
    src: url(../fonts/roboto_regular.woff);
}

@font-face {
    font-family: roboto_medium;
    src: url(../fonts/roboto_medium.woff);
}

@font-face {
    font-family: roboto_bold;
    src: url(../fonts/roboto_bold.woff);
}

@font-face {
    font-family: roboto_black;
    src: url(../fonts/roboto_black.woff);
}