@font-face {    
    font-family: 'founders-grotesk-regular';
    src: url('/resources/fonts/founders-grotesk-regular.woff2') format('woff2');
    display: 'swap';
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'founders-grotesk-regular-italic';
    src: url('/resources/fonts/founders-grotesk-regular-italic.woff2') format('woff2');
    display: 'swap';
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'founders-grotesk-medium';
    src: url('/resources/fonts/founders-grotesk-medium.woff2') format('woff2');
    display: 'swap';
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'founders-grotesk-semibold';
    src: url('/resources/fonts/founders-grotesk-semibold.woff2') format('woff2');
    display: 'swap';
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'founders-grotesk-x-condensed-medium';
    src: url('/resources/fonts/founders-grotesk-x-condensed-medium.woff2') format('woff2');
    display: 'swap';
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'founders-grotesk-x-condensed-semibold';
    src: url('/resources/fonts/founders-grotesk-x-condensed-semibold.woff2') format('woff2');
    display: 'swap';
    font-weight: 600;
    font-style: normal;
}