@font-face {
    font-family: 'GothamRoundedLight';
    src: url('GothamRounded-Light.woff2') format('woff2'),
        url('GothamRounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamRoundedMedium';
    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: 'GothamRoundedBold';
    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: 'Inter bold';
    src: url('Inter-Black.woff2') format('woff2'),
        url('Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face{font-family:'RobotoRegular';src:url('Roboto-Regular.woff2')format('woff2'),url('Roboto-Regular.woff')format('woff');font-weight:normal;font-style:normal;font-display:swap;}

