@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham/Gotham-Bold.woff') format('woff'),
        url('/fonts/Gotham/Gotham-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham/GothamMedium.woff') format('woff'),
        url('/fonts/Gotham/GothamMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham/Gotham-Light.woff') format('woff'),
        url('/fonts/Gotham/Gotham-Light.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham/Gotham-XLight.woff') format('woff'),
        url('/fonts/Gotham/Gotham-XLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBlack';
    src: url('/fonts/Gotham/Gotham-Black.woff') format('woff'),
        url('/fonts/Gotham/Gotham-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'AXIS';
    src: url('/fonts/Axis/AXIS-Extra-Bold-800.woff') format('woff'),
        url('/fonts/Axis/AXIS\ Extra\ Bold\ 800.woff2') format('woff2');
}