/* -- FUTURA FONT -- */

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

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

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

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

/* -- COOPER BLACK FONT -- */

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