@font-face {
    font-family: 'GothamPro-MediumCustom';
    src: url('/blog/css/fonts/GothamPro-Medium.woff') format('woff'),
        url('/blog/css/fonts/GothamPro-Medium.ttf')  format('truetype'),
        url('/blog/css/fonts/GothamPro-Medium.eot') format('embedded-opentype'),
        url('/blog/css/fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamProСustom';
    src: url('/blog/css/fonts/GothamPro.woff') format('woff'),
        url('/blog/css/fonts/GothamPro.ttf')  format('truetype'),
        url('/blog/css/fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('/blog/css/fonts/GothamPro.svg#GothamPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamPro-BoldCustom';
    src: url('/blog/css/fonts/GothamPro-Bold.woff') format('woff'),
        url('/blog/css/fonts/GothamPro-Bold.ttf')  format('truetype'),
        url('/blog/css/fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/blog/css/fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}