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

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

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

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

