@font-face {
    font-family: 'Gotham-Regular';
    src: url('../../assets/fonts/gothamoffice_regular.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../../assets/fonts/gothamoffice_bold.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Bold-Italic';
    src: url('../../assets/fonts/gothamoffice_bolditalic.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Italic';
    src: url('../../assets/fonts/gothamoffice_italic.otf') format('opentype');
}