@font-face {
    font-family: 'Metropolis';
    src:
	   url('Metropolis-Light.woff2') format('woff2'),
       url('Metropolis-Light.woff') format('woff'),
       url('Metropolis-Light.ttf') format('truetype'),
       url('Metropolis-Light.eot') format('embedded-opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src:
	   url('Metropolis-Regular.woff2') format('woff2'),
       url('Metropolis-Regular.woff') format('woff'),
       url('Metropolis-Regular.ttf') format('truetype'),
       url('Metropolis-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src:
	   url('Metropolis-Bold.woff2') format('woff2'),
       url('Metropolis-Bold.woff') format('woff'),
       url('Metropolis-Bold.ttf') format('truetype'),
       url('Metropolis-Bold.eot') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src:
	   url('Metropolis-LightItalic.woff2') format('woff2'),
       url('Metropolis-LightItalic.woff') format('woff'),
       url('Metropolis-LightItalic.ttf') format('truetype'),
       url('Metropolis-LightItalic.eot') format('embedded-opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Metropolis';
	src:
	   url('Metropolis-RegularItalic.woff2') format('woff2'),
       url('Metropolis-RegularItalic.woff') format('woff'),
       url('Metropolis-RegularItalic.ttf') format('truetype'),
       url('Metropolis-RegularItalic.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'Metropolis';
    src: 
	   url('Metropolis-BoldItalic.woff2') format('woff2'),
       url('Metropolis-BoldItalic.woff') format('woff'),
       url('Metropolis-BoldItalic.ttf') format('truetype'),
       url('Metropolis-BoldItalic.eot') format('embedded-opentype');
    font-weight: bold;
    font-style: italic;
}