@font-face {
    font-family: 'Calisga';
    src: url('./fonts/calisga-calisga-400.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('./fonts/gothamrounded-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('./fonts/gothamrounded-bolditalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('./fonts/gothamrounded-book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Rounded';
    src: url('./fonts/gothamrounded-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Rounded';
    src: url('./fonts/gothamrounded-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}