@charset "utf-8";

@font-face{
    font-family: 'Metropolis-Regular'; 
    src:url('../font/Metropolis-Regular.eot');
    src:url('../font/Metropolis-Regular.eot?#font-spider') format('embedded-opentype'),
        url('../font/Metropolis-Regular.woff') format('woff'),
        url('../font/Metropolis-Regular.ttf') format('truetype'),
        url('../font/Metropolis-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face{
    font-family: 'metropolislight'; 
    src:url('../font/Metropolis-Light.eot');
    src:url('../font/Metropolis-Light.eot?#font-spider') format('embedded-opentype'),
        url('../font/Metropolis-Light.woff') format('woff'),
        url('../font/Metropolis-Light.ttf') format('truetype'),
        url('../font/Metropolis-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}