/*! webfont-roboto.css  */

		
/* Font Roboto 300, 400, 500 */	


/* Light 300  */
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light.woff2') format('woff2'),
         url('Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

/* Regular 400  */
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.woff2') format('woff2'),
         url('Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

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