/* black 700 */
@font-face {
    font-family: 'Roboto Black';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('00_fonts/Roboto-Black.woff') format('woff');
    }
    
    @font-face {
    font-family: 'Roboto Black Italic';
    font-style: italic;
    font-weight: 700;
    src: url('00_fonts/Roboto-BlackItalic.woff') format('woff');
    }

/* bold 600 */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    src: url('00_fonts/roboto/Roboto-Bold.woff') format('woff');
    }
    
    @font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 600;
    src: url('00_fonts/roboto/Roboto-BoldItalic.woff') format('woff');
    }

/* medium 500 */
@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: normal;
    src: url('00_fonts/Roboto-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: url('00_fonts/Roboto-MediumItalic.woff') format('woff');
    }

/* regular 400 */
    @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url('00_fonts/roboto/Roboto-Regular.woff') format('woff');
    }

    @font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: url('00_fonts/roboto/Roboto-Italic.woff') format('woff');
    }
    
/* light 300 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('00_fonts/roboto/Roboto-Light.woff') format('woff');
    }
    
    @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('00_fonts/Roboto-LightItalic.woff') format('woff');
    }

/* thin 100 */
    @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: url('00_fonts/roboto/Roboto-Thin.woff') format('woff');
    }
    
    @font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    src: url('00_fonts/roboto/Roboto-ThinItalic.woff') format('woff');
    }
    

