/* Mass-Driver 2020 */
/* CSS Example for Nichrome 0.6 */

@font-face {
    font-family: 'Nichrome';
    src: url('Nichrome0.6-Infra.woff2') format('woff2'),
         url('Nichrome0.6-Infra.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'Nichrome';
    src: url('Nichrome0.6-Thin.woff2') format('woff2'),
         url('Nichrome0.6-Thin.woff') format('woff');
    font-weight: 200;
}

@font-face {
    font-family: 'Nichrome';
    src: url('Nichrome0.6-Light.woff2') format('woff2'),
         url('Nichrome0.6-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Nichrome';
    src: url('Nichrome0.6-Regular.woff2') format('woff2'),
         url('Nichrome0.6-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Nichrome';
    src: url('Nichrome0.6-Dark.woff2') format('woff2'),
         url('Nichrome0.6-Dark.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Nichrome';
    src: url('Nichrome0.6-Bold.woff2') format('woff2'),
         url('Nichrome0.6-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Nichrome';
    src: url('Nichrome0.6-Black.woff2') format('woff2'),
         url('Nichrome0.6-Black.woff') format('woff');
    font-weight: 800;
}

@font-face {
    font-family: 'Nichrome';
    src: url('Nichrome0.6-Ultra.woff2') format('woff2'),
         url('Nichrome0.6-Ultra.woff') format('woff');
    font-weight: 900;
}

.nichrome-infra, .nichrome-100 {
    font-family: 'Nichrome';
    font-weight: 100;
    font-kerning: normal;
}

.nichrome-thin, .nichrome-200 {
    font-family: 'Nichrome';
    font-weight: 200;
    font-kerning: normal;
}

.nichrome-light, .nichrome-300 {
    font-family: 'Nichrome';
    font-weight: 300;
    font-kerning: normal;
}

.nichrome, .nichrome-regular, .nichrome-400 {
    font-family: 'Nichrome';
    font-weight: 400;
    font-kerning: normal;
}

.nichrome-dark, .nichrome-500 {
    font-family: 'Nichrome';
    font-weight: 500;
    font-kerning: normal;
}

.nichrome-bold, .nichrome-700 {
    font-family: 'Nichrome';
    font-weight: 700;
    font-kerning: normal;
}

.nichrome-black, .nichrome-800 {
    font-family: 'Nichrome';
    font-weight: 800;
    font-kerning: normal;
}

.nichrome-ultra, .nichrome-900 {
    font-family: 'Nichrome';
    font-weight: 900;
    font-kerning: normal;
}