@font-face {
    font-family: 'Gotham Office';
    src: url('GothamOffice-Regular.eot');
    src: local('Gotham Office Regular'), local('GothamOffice-Regular'),
        url('GothamOffice-Regular.eot?#iefix') format('embedded-opentype'),
        url('GothamOffice-Regular.woff2') format('woff2'),
        url('GothamOffice-Regular.woff') format('woff'),
        url('GothamOffice-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Office';
    src: url('GothamOffice-Italic.eot');
    src: local('Gotham Office Italic'), local('GothamOffice-Italic'),
        url('GothamOffice-Italic.eot?#iefix') format('embedded-opentype'),
        url('GothamOffice-Italic.woff2') format('woff2'),
        url('GothamOffice-Italic.woff') format('woff'),
        url('GothamOffice-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Office';
    src: url('GothamOffice-Bold.eot');
    src: local('Gotham Office Bold'), local('GothamOffice-Bold'),
        url('GothamOffice-Bold.eot?#iefix') format('embedded-opentype'),
        url('GothamOffice-Bold.woff2') format('woff2'),
        url('GothamOffice-Bold.woff') format('woff'),
        url('GothamOffice-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Office';
    src: url('GothamOffice-BoldItalic.eot');
    src: local('Gotham Office Bold Italic'), local('GothamOffice-BoldItalic'),
        url('GothamOffice-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('GothamOffice-BoldItalic.woff2') format('woff2'),
        url('GothamOffice-BoldItalic.woff') format('woff'),
        url('GothamOffice-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

