@font-face {
    font-family: 'metropolis';
    src: url('metropolis-light-webfont.woff2') format('woff2'),
         url('metropolis-light-webfont.woff') format('woff'),
         url('metropolis-light-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'metropolis';
    src: url('metropolis-extrabold-webfont.woff2') format('woff2'),
         url('metropolis-extrabold-webfont.woff') format('woff'),
         url('metropolis-extrabold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}