@font-face {
    font-family: 'cooper_hewitt';
    src: url('cooperhewitt-book-webfont.woff2') format('woff2'),
         url('cooperhewitt-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'cooper_hewitt';
    src: url('cooperhewitt-bookitalic-webfont.woff2') format('woff2'),
         url('cooperhewitt-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}


@font-face {
    font-family: 'cooper_hewitt';
    src: url('cooperhewitt-bold-webfont.woff2') format('woff2'),
         url('cooperhewitt-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}