@font-face {
    font-family: 'Gotham';
    src: url('../typo/Gotham-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Bold';
    src: url('../typo/Gotham-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham black';
    src: url('../typo/Gotham-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


nav {
    font-family: 'Gotham black', serif;
    
}
body {
    font-family: 'Gotham', serif;
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham Bold', serif;
    font-weight: 400;
}