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

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

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

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