
@font-face {
    font-family: 'Gotham-Book';
    font-weight: normal;
    font-style: normal;
    src: url('Gotham-Book.otf') format('opentype') ;
    font-display: swap;
}

@font-face {
    font-family: 'MonstroSolid';
    font-weight: 400;
    font-style: normal;
    src: url('MonstroSolid.ttf') format('truetype') ;
    font-display: swap;
}
@font-face {
    font-family: 'Marvin';
    src: local('Marvin Round'), local('Marvin-Round'),
        url('Marvin-Round.woff2') format('woff2'),
        url('Marvin-Round.woff') format('woff'),
        url('Marvin-Round.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }