/*
 * Metropolis
 */

@font-face {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 300;
    src: local('Metropolis-Thin'),
    url(Metropolis-Thin.woff2) format('woff2'),
    url(Metropolis-Thin.woff) format('woff'),    
    url(Metropolis-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    src: local('Metropolis-Regular'),
    url(Metropolis-Regular.woff2) format('woff2'),
    url(Metropolis-Regular.woff) format('woff'),       
    url(Metropolis-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 500;
    src: local('Metropolis-Medium'),
    url(Metropolis-Medium.woff2) format('woff2'),
    url(Metropolis-Medium.woff) format('woff'),       
    url(Metropolis-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    src: local('Metropolis-SemiBold'),
    url(Metropolis-SemiBold.woff2) format('woff2'),
    url(Metropolis-SemiBold.woff) format('woff'),       
    url(Metropolis-SemiBold.otf) format('opentype');
}

@font-face {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 700;
    src: local('Metropolis-Bold'),
    url(Metropolis-Bold.woff2) format('woff2'),
    url(Metropolis-Bold.woff) format('woff'),       
    url(Metropolis-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 800;
    src: local('Metropolis-ExtraBold'),
    url(Metropolis-ExtraBold.woff2) format('woff2'),
    url(Metropolis-ExtraBold.woff) format('woff'),       
    url(Metropolis-ExtraBold.otf) format('opentype');
}

@font-face {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 900;
    src: local('Metropolis-Black'),
    url(Metropolis-Black.woff2) format('woff2'),
    url(Metropolis-Black.woff) format('woff'),       
    url(Metropolis-Black.otf) format('opentype');
}