@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.eot');
    src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Impact.woff2') format('woff2'),
        url('../fonts/Impact.woff') format('woff'),
        url('../fonts/Impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Newslab';
    src: url('../fonts/NewslabBold-Italic.eot');
    src: url('../fonts/NewslabBold-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NewslabBold-Italic.woff2') format('woff2'),
        url('../fonts/NewslabBold-Italic.woff') format('woff'),
        url('../fonts/NewslabBold-Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

