@font-face{
    font-family: 'gotham_book';
    src: url('Gotham-Book.otf'),
         url('Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'gotham_med';
    src: url('Gotham-Medium.otf'),
         url('Gotham-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'miller';
    src: url('Miller-Display-Roman.otf'),
         url('MillerDisplayRoman.ttf') format('truetype'),
         url('Miller-Display-Roman.woff') format('woff'),
         url('Miller-Display-Roman.woff2') format('woff2'),
         url('Miller-Display-Roman.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}