/* Webfont: GothamLatin-Medium */@font-face {
    font-family: 'GothamLatinWeb';
    src: url('fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Gotham-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Gotham-Medium.woff') format('woff'), /* Modern Browsers */
         url('fonts/Gotham-Medium.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: GothamLatin-Bold */@font-face {
    font-family: 'GothamLatinWeb';
    src: url('fonts/Gotham-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Gotham-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Gotham-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Gotham-Bold.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}