@font-face {
    font-family: 'Gotham Light';
    src: url('fonts/Gotham/Gotham Light/Gotham Light.otf') format('opentype');
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('fonts/Gotham/Gotham Medium/Gotham Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Bell Gothic Std Black';
    src: url('fonts/BellGothicStd-Black.otf') format('opentype');
}
@font-face {
    font-family: 'Bell Gothic Std Black';
    src: url('fonts/BellGothicStd-Black.otf') format('opentype');
}
body {
    font-family: 'MyCustomFont', sans-serif;
}
