/*

	metropolislight
	metropolisregular


*/

@font-face {
    font-family: 'metropolislight';
    src: url('fonts/metropolis-light-webfont.woff2') format('woff2'),
         url('fonts/metropolis-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'metropolisextra_light';
    src: url('fonts/metropolis-extralight-webfont.woff2') format('woff2'),
         url('fonts/metropolis-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}