@charset "utf-8";

@font-face {
    font-family:'Metropolis-SemiBold';
    src: url('../font/EOT/Metropolis-SemiBold.eot');
    src: url('../font/EOT/Metropolis-SemiBold.eot?iefix') format('eot'),
         url('../font/WOFF/Metropolis-SemiBold.woff') format('woff'),
         url('../font/TrueType/Metropolis-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family:'Metropolis-Bold';
    src: url('../font/EOT/Metropolis-Bold.eot');
    src: url('../font/EOT/Metropolis-Bold.eot?iefix') format('eot'),
         url('../font/WOFF/Metropolis-Bold.woff') format('woff'),
         url('../font/TrueType/Metropolis-Bold.ttf') format('truetype');
}
@font-face {
    font-family:'Metropolis-Medium';
    src: url('../font/EOT/Metropolis-Medium.eot');
    src: url('../font/EOT/Metropolis-Medium.eot?iefix') format('eot'),
         url('../font/WOFF/Metropolis-Medium.woff') format('woff'),
         url('../font/TrueType/Metropolis-Medium.ttf') format('truetype');
}
@font-face {
    font-family:'Metropolis-Regular';
    src: url('../font/EOT/Metropolis-Regular.eot');
    src: url('../font/EOT/Metropolis-Regular.eot?iefix') format('eot'),
         url('../font/WOFF/Metropolis-Regular.woff') format('woff'),
         url('../font/TrueType/Metropolis-Regular.ttf') format('truetype');
}