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

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

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