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

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

@font-face {
    font-family: 'Ranade';
    src: url('Ranade-Medium.woff2') format('woff2'),
        url('Ranade-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roc Grotesk';
    src: url('RocGrotesk-Regular.woff2') format('woff2'),
        url('RocGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

