/* Roboto Light */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src:
            url('../fonts/roboto/roboto-light-webfont.woff2') format('woff2'),
            url('../fonts/roboto/roboto-light-webfont.woff') format('woff'),
            url('../fonts/roboto/roboto-light-webfont.ttf') format('truetype');
}

/* Roboto Light italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src:
            url('../fonts/roboto/roboto-lightitalic-webfont.woff2') format('woff2'),
            url('../fonts/roboto/roboto-lightitalic-webfont.woff') format('woff'),
            url('../fonts/roboto/roboto-lightitalic-webfont.ttf') format('truetype');
}

/* Roboto Regular */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src:
            url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
            url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'),
            url('../fonts/roboto/roboto-regular-webfont.ttf') format('truetype');
}

/* Roboto Regular italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src:
            url('../fonts/roboto/roboto-italic-webfont.woff2') format('woff2'),
            url('../fonts/roboto/roboto-italic-webfont.woff') format('woff'),
            url('../fonts/roboto/roboto-italic-webfont.ttf') format('truetype');
}

/* Roboto Medium */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src:
            url('../fonts/roboto/roboto-medium-webfont.woff2') format('woff2'),
            url('../fonts/roboto/roboto-medium-webfont.woff') format('woff'),
            url('../fonts/roboto/roboto-medium-webfont.ttf') format('truetype');
}

/* Roboto Medium italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src:
            url('../fonts/roboto/roboto-mediumitalic-webfont.woff2') format('woff2'),
            url('../fonts/roboto/roboto-mediumitalic-webfont.woff') format('woff'),
            url('../fonts/roboto/roboto-mediumitalic-webfont.ttf') format('truetype');
}

/* Roboto Bold */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src:
            url('../fonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
            url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'),
            url('../fonts/roboto/roboto-bold-webfont.ttf') format('truetype');
}

/* Roboto Bold italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src:
            url('../fonts/roboto/roboto-bolditalic-webfont.woff2') format('woff2'),
            url('../fonts/roboto/roboto-bolditalic-webfont.woff') format('woff'),
            url('../fonts/roboto/roboto-bolditalic-webfont.ttf') format('truetype');
}

