/* Webfont: Roboto Regular */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src:
         url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular.woff') format('woff'),
         url('fonts/Roboto-Regular.ttf') format('truetype'),
         url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Webfont: Roboto Light */
@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/Roboto-Light.eot');
    src:
         url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light.woff') format('woff'),
         url('fonts/Roboto-Light.ttf') format('truetype'),
         url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Webfont: Roboto Bold */
@font-face {
    font-family: 'RobotoBold';
    src: url('Roboto-Bold.eot');
    src:
         url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold.woff') format('woff'),
         url('fonts/Roboto-Bold.ttf') format('truetype'),
         url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Webfont: Roboto Italic */
@font-face {
    font-family: 'RobotoItalic';
    src: url('fonts/Roboto-Italic.eot');
    src:
         url('fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Italic.woff') format('woff'),
         url('fonts/Roboto-Italic.ttf') format('truetype'),
         url('fonts/Roboto-Italic.svg#Roboto-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Webfont: Roboto Thin */
@font-face {
    font-family: 'RobotoThin';
    src: url('fonts/Roboto-Thin.eot');
    src:
         url('fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Thin.woff') format('woff'),
         url('fonts/Roboto-Thin.ttf') format('truetype'),
         url('fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

