    /* @font-face {
        font-family: 'Gotham Rounded Book';
        src: url('/fonts/Gotham Rounded Book.otf');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'Gotham Rounded Light';
        src: url('/fonts/Gotham Rounded Light.otf');
        font-weight: normal;
        font-style: normal;
    }

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

    .gotham-rounded{
        font-family: 'Gotham Rounded Book', sans-serif;
    }
    .gotham-light{
        font-family: 'Gotham Rounded Light', sans-serif;
    }
    .gotham-medium{
        font-family: 'Gotham Rounded Medium', sans-serif;
    }
    .font-roboto{
        font-family: 'Roboto', sans-serif;
    }
     */