/* Only Gotham Medium
   From alt source, for dev only
*/

@font-face {
    font-family: 'GothamMedium';
    src: url('Gotham-Medium.eot'); /* IE9 Compat Modes */
    src: url('Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('Gotham-Medium.woff2') format('woff2'), /* Super Modern Browsers */
        url('Gotham-Medium.woff') format('woff'), /* Pretty Modern Browsers */
        url('Gotham-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
        url('Gotham-Medium.svg#Gotham-Medium') format('svg'); /* Legacy iOS */
    /*font-weight: normal;*/
    /*font-style: normal;*/
}