@font-face {
    font-family: 'Gotham Rounded';
    src: url('GothamRounded-Medium.woff2') format('woff2'),
        url('GothamRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('GothamRounded-Bold.woff2') format('woff2'),
        url('GothamRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Book';
    src: url('GothamRounded-Book.woff2') format('woff2'),
        url('GothamRounded-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lightfit_handbold';
    src: url('lightfit-hand-bold-webfont.woff2') format('woff2'),
         url('lightfit-hand-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lightfit_handregular';
    src: url('lightfit-hand-regular-webfont.woff2') format('woff2'),
         url('lightfit-hand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}