
@font-face {
    font-family: 'Gotham';
    src: url('GothamBook.woff') format('woff'),
         url('GothamBook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamMedium.woff') format('woff'),
         url('GothamMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamBold.woff') format('woff'),
         url('GothamBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('DancingScriptBold.woff') format('woff'),
         url('DancingScriptBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}