@font-face {
    font-family: 'GothamBlack';
    src: url('/theme/css/fonts/GothamBlack.eot');
    src: url('/theme/css/fonts/GothamBlack.eot') format('embedded-opentype'),
         url('/theme/css/fonts/GothamBlack.woff2') format('woff2'),
         url('/theme/css/fonts/GothamBlack.woff') format('woff'),
         url('/theme/css/fonts/GothamBlack.ttf') format('truetype'),
         url('/theme/css/fonts/GothamBlack.svg#GothamBlack') format('svg');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('/theme/css/fonts/GothamMedium.eot');
    src: url('/theme/css/fonts/GothamMedium.eot') format('embedded-opentype'),
    url('/theme/css/fonts/GothamMedium.woff2') format('woff2'),
    url('/theme/css/fonts/GothamMedium.woff') format('woff'),
    url('/theme/css/fonts/GothamMedium.ttf') format('truetype'),
    url('/theme/css/fonts/GothamMedium.svg#GothamMedium') format('svg');
}