
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    src: url(/fonts/Gotham/Gotham-Thin.otf); 
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    src: url(/fonts/Gotham/Gotham-XLight.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    src: url(/fonts/Gotham/Gotham-Light.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/fonts/Gotham/Gotham-Book.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    src: url(/fonts/Gotham/Gotham-Medium.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(/fonts/Gotham/Gotham-Bold.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(/fonts/Gotham/Gotham-Black.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    src: url(/fonts/Gotham/Gotham-Ultra.otf);
}