/* RobotoLight */

@font-face {
    font-family: RobotoLight;
    src: url('../fonts/Roboto-Thin.woff'), url('../fonts/Roboto-Thin.ttf');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: RobotoLight;
    src: url('../fonts/Roboto-ThinItalic.woff'), url('../fonts/Roboto-ThinItalic.ttf');
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: RobotoLight;
    src: url('../fonts/Roboto-Light.woff'), url('../fonts/Roboto-Light.ttf');
    font-style: normal;
    font-weight: 300 400;
}

@font-face {
    font-family: RobotoLight;
    src: url('../fonts/Roboto-LightItalic.woff'), url('../fonts/Roboto-LightItalic.ttf');
    font-style: italic;
    font-weight: 300 400;
}

@font-face {
    font-family: RobotoLight;
    src: url('../fonts/Roboto-Regular.woff'), url('../fonts/Roboto-Regular.ttf');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: RobotoLight;
    src: url('../fonts/Roboto-Italic.woff'), url('../fonts/Roboto-Italic.ttf');
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: RobotoLight;
    src: url('../fonts/Roboto-Medium.woff'), url('../fonts/Roboto-Medium.ttf');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: RobotoLight;
    src: url('../fonts/Roboto-MediumItalic.woff'), url('../fonts/Roboto-MediumItalic.ttf');
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: RobotoLight;
    src: url('../fonts/Roboto-Bold.woff'), url('../fonts/Roboto-Bold.ttf');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: RobotoLight;
    src: url('../fonts/Roboto-BoldItalic.woff'), url('../fonts/Roboto-BoldItalic.ttf');
    font-style: italic;
    font-weight: 900;
}
