/* Gotham-Medium */
@font-face {
    font-family: 'Gotham';
    src: url('source/Gotham-Medium.otf'); /* Modern Browsers */
    src: local(''),
        url('source/Gotham-Medium.otf') format('opentype'); /* Modern Browsers */
    font-weight: 500;
    font-style: normal;
}
/* Gotham-MediumItalic */
@font-face {
    font-family: 'Gotham';
    src: url('source/Gotham-MediumItalic.otf'); /* Modern Browsers */
    src: local(''),
        url('source/Gotham-MediumItalic.otf') format('opentype'); /* Modern Browsers */
    font-weight: 500;
    font-style: italic;
}
/* Gotham-Black */
@font-face {
    font-family: 'Gotham';
    src: url('source/Gotham-Black.otf'); /* Modern Browsers */
    src: local(''),
        url('source/Gotham-Black.otf') format('opentype'); /* Modern Browsers */
    font-weight: 900;
    font-style: normal;
}
/* Gotham-Black */
@font-face {
    font-family: 'Gotham';
    src: url('source/Gotham-BlackItalic.otf'); /* Modern Browsers */
    src: local(''),
        url('source/Gotham-BlackItalic.otf') format('opentype'); /* Modern Browsers */
    font-weight: 900;
    font-style: italic;
}
/* Gotham-Black */
@font-face {
    font-family: 'Gotham';
    src: url('source/Gotham-Bold.otf'); /* Modern Browsers */
    src: local(''),
        url('source/Gotham-Bold.otf') format('opentype'), /* Modern Browsers */
        url('source/Gotham-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
    font-style: normal;
}
/* Gotham-Book */
@font-face {
    font-family: 'Gotham';
    src: url('source/Gotham-Book.otf'); /* Modern Browsers */
    src: local(''),
        url('source/Gotham-Book.otf') format('opentype'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
/* Gotham-BookItalic*/
@font-face {
    font-family: 'Gotham';
    src: url('source/Gotham-BookItalic.otf'); /* Modern Browsers */
    src: local(''),
        url('source/Gotham-BookItalic.otf') format('opentype'); /* Modern Browsers */
    font-weight: normal;
    font-style: italic;
}
/* Gotham-Light */
@font-face {
    font-family: 'Gotham';
    src: url('source/Gotham-Light.otf'); /* Modern Browsers */
    src: local(''),
        url('source/Gotham-Light.otf') format('opentype'); /* Modern Browsers */
    font-weight: 300;
    font-style: normal;
}
/* Gotham-Thin */
@font-face {
    font-family: 'Gotham';
    src: url('source/Gotham-Thin.otf'); /* Modern Browsers */
    src: local(''),
        url('source/Gotham-Thin.otf') format('opentype'); /* Modern Browsers */
    font-weight: 100;
    font-style: normal;
}
/* Gotham-Ultra */
@font-face {
    font-family: 'Gotham';
    src: url('source/Gotham-Ultra.otf'); /* Modern Browsers */
    src: local(''),
        url('source/Gotham-Ultra.otf') format('opentype'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
/* Gotham-XLight */
@font-face {
    font-family: 'Gotham';
    src: url('source/Gotham-XLight.otf'); /* Modern Browsers */
    src: local(''),
        url('source/Gotham-XLight.otf') format('opentype'); /* Modern Browsers */
    font-weight: 200;
    font-style: normal;
}