@font-face {
  font-family: 'Gotham-Ultra';
    src: url('assets/fonts/gotham/Gotham-Ultra.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham-Black';
    src: url('assets/fonts/gotham/Gotham-Black.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham-Bold';
    src: url('assets/fonts/gotham/Gotham-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham-Medium';
    src: url('assets/fonts/gotham/Gotham-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham-Book';
    src: url('assets/fonts/gotham/Gotham-Book.otf') format('opentype');
}

.gothultra{       
            font-family: "Gotham-Ultra";
            font-size: 20px;
            }
            
.gothblack{       
            font-family: "Gotham-Black";
            font-size: 20px;
            
            }

.gothbold{      
            font-family: "Gotham-Bold";
            font-size: 20px;
            
            }

.gothmedium{      
            font-family: "Gotham-Medium";
            font-size: 20px;
            
            }
                       
.gothbook{      
            font-family: "Gotham-Book";
            font-size: 20px;
            