@font-face{
    font-family: 'Gotham';
    font-style: normal;
    src: local('Gotham'), 
    url('./fonts/Gotham-Font/GothamBook.ttf') format('truetype');
    font-weight: 400;
}
@font-face{
    font-family: 'Gotham';
    src: local('Gotham'), 
    url('./fonts/Gotham-Font/GothamMedium.ttf') format('truetype');
    font-weight: 500;
}
@font-face{
    font-family: 'Gotham';
    src: local('Gotham'), 
    url('./fonts/Gotham-Font/GothamBold.ttf') format('truetype');
    font-weight: 700;
}
