/* #### Rounded #### */

@font-face {
font-family: 'Gotham Rounded';
font-style: normal;
font-weight: 700;
src: local('Gotham Rounded Bold'), url('Gotham Rounded Bold.woff') format('woff');
}


@font-face {
font-family: 'Gotham Rounded';
font-style: normal;
font-weight: 300;
src: local('Gotham Rounded Light'), url('Gotham Rounded Light.woff') format('woff');
}


@font-face {
font-family: 'Gotham Rounded';
font-style: italic;
font-weight: 300;
src: local('Gotham Rounded Light Italic'), url('Gotham Rounded Light Italic.woff') format('woff');
}


@font-face {
font-family: 'Gotham Rounded';
font-style: normal;
font-weight: 400;
src: local('Gotham Rounded Medium'), url('Gotham Rounded Medium.woff') format('woff');
}


@font-face {
font-family: 'Gotham Rounded';
font-style: italic;
font-weight: 400;
src: local('Gotham Rounded Medium Italic'), url('Gotham Rounded Medium Italic.woff') format('woff');
}

/* #### Gotham #### */

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Book'), url('GothamBook.woff') format('woff');
    }
    
    
@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 400;
    src: local('Gotham Book Italic'), url('GothamBookItalic.woff') format('woff');
    }
    
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src: local('Gotham Bold'), url('GothamBold.woff') format('woff');
    }
    
@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 700;
    src: local('Gotham Bold Italic'), url('GothamBoldItalic.woff') format('woff');
    }