/* Metropolis Black */
@font-face {
    font-family: 'Metropolis-Black';
    src: url(../fonts/Metropolis-Black.eot) format('embedded-opentype'),
         url(../fonts/Metropolis-Black.woff2) format('woff2'),
         url(../fonts/Metropolis-Black.woff) format('woff'),
         url(../fonts/Metropolis-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

/* Metropolis Medium */
@font-face {
    font-family: 'Metropolis-Medium';
    src: url(../fonts/Metropolis-Medium.eot) format('embedded-opentype'),
         url(../fonts/Metropolis-Medium.woff2) format('woff2'),
         url(../fonts/Metropolis-Medium.woff) format('woff'),
         url(../fonts/Metropolis-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
	font-family: 'Metropolis-RegularItalic';
	src: url(../fonts/Metropolis-RegularItalic.eot) format('embedded-opentype'),
	url(../fonts/Metropolis-RegularItalic.woff2) format('woff2'),
	url(../fonts/Metropolis-RegularItalic.woff) format('woff'),
	url(../fonts/Metropolis-RegularItalic.ttf) format('truetype');
	font-weight: 400;
	font-display: swap;
}