/*Roboto-Thin */
@font-face {
    font-family: 'Roboto';
    src: url('./webfonts/Roboto-Thin-webfont.woff') format('woff'),
         url('./webfonts/Roboto-Thin-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/*Roboto-Thin italic*/
@font-face {
    font-family: 'Roboto';
    src: url('./webfonts/Roboto-ThinItalic-webfont.woff') format('woff'),
         url('./webfonts/Roboto-ThinItalic-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

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

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

/*Roboto-Light condensed */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./webfonts/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('./webfonts/RobotoCondensed-Light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*Roboto-Light condensed italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./webfonts/RobotoCondensed-LightItalic-webfont.woff') format('woff'),
         url('./webfonts/RobotoCondensed-LightItalic-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}


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

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

/*Roboto-Regular condesed */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./webfonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('./webfonts/RobotoCondensed-Regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*Roboto-Regular condensed italic*/
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./webfonts/RobotoCondensed-Italic-webfont.woff') format('woff'),
         url('./webfonts/RobotoCondensed-Italic-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

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

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


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

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

/*Roboto-Bold condensed */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./webfonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('./webfonts/RobotoCondensed-Bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*Roboto-Bold condensed italic */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('./webfonts/RobotoCondensed-BoldItalic-webfont.woff') format('woff'),
         url('./webfonts/RobotoCondensed-BoldItalic-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/*Roboto-Black */
@font-face {
    font-family: 'Roboto';
    src: url('./webfonts/Roboto-Black-webfont.woff') format('woff'),
         url('./webfonts/Roboto-Black-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*Roboto-Black italic */
@font-face {
    font-family: 'Roboto';
    src: url('./webfonts/Roboto-BlackItalic-webfont.woff') format('woff'),
         url('./webfonts/Roboto-BlackItalic-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
