@font-face {
    font-family: 'Ridley Grotesk';
    src: url('RidleyGrotesk-SemiBold.woff2') format('woff2'),
        url('RidleyGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ridley Grotesk';
    src: url('RidleyGrotesk-Black.woff2') format('woff2'),
        url('RidleyGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Ridley Grotesk';
    src: url('RidleyGrotesk-Light.woff2') format('woff2'),
        url('RidleyGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ridley Grotesk';
    src: url('RidleyGrotesk-Thin.woff2') format('woff2'),
        url('RidleyGrotesk-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

