@font-face {
    font-family: 'Space Mono';
    src: url('SpaceMono-BoldItalic.woff2') format('woff2'),
        url('SpaceMono-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Space Mono';
    src: url('SpaceMono-Regular.woff2') format('woff2'),
        url('SpaceMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Space Mono';
    src: url('SpaceMono-Italic.woff2') format('woff2'),
        url('SpaceMono-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Space Mono';
    src: url('SpaceMono-Bold.woff2') format('woff2'),
        url('SpaceMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GT Cinetype';
    src: url('gt-cinetype-regular-webfont.eot');
    src: url('gt-cinetype-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('gt-cinetype-regular-webfont.woff2') format('woff2'),
         url('gt-cinetype-regular-webfont.woff') format('woff'),
         url('gt-cinetype-regular-webfont.ttf') format('truetype'),
         url('gt-cinetype-regular-webfont.svg#gt_cinetype_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GT Cinetype';
    src: url('gt-cinetype-bold-webfont.eot');
    src: url('gt-cinetype-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gt-cinetype-bold-webfont.woff2') format('woff2'),
         url('gt-cinetype-bold-webfont.woff') format('woff'),
         url('gt-cinetype-bold-webfont.ttf') format('truetype'),
         url('gt-cinetype-bold-webfont.svg#gt_cinetype_regularbold') format('svg');
    font-weight: bold;
    font-style: normal;

}