@font-face {
    font-family: 'Lab Grotesque';
    font-style: normal;
    font-weight: 300;
    src: url(/static/fonts/LabGrotesque-Light.eot) format('eot'), url(/static/fonts/LabGrotesque-Light.woff) format('woff'),
        url(/static/fonts/LabGrotesque-Light.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    font-style: normal;
    font-weight: 400;
    src: url(/static/fonts/LabGrotesque-Regular.eot) format('eot'), url(/static/fonts/LabGrotesque-Regular.woff) format('woff'),
        url(/static/fonts/LabGrotesque-Regular.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    font-style: normal;
    font-weight: 500;
    src: url(/static/fonts/LabGrotesque-Medium.eot) format('eot'), url(/static/fonts/LabGrotesque-Medium.woff) format('woff'),
        url(/static/fonts/LabGrotesque-Medium.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    font-style: normal;
    font-weight: 700;
    src: url(/static/fonts/LabGrotesque-Bold.eot) format('eot'), url(/static/fonts/LabGrotesque-Bold.woff) format('woff'),
        url(/static/fonts/LabGrotesque-Bold.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    font-style: normal;
    font-weight: 900;
    src: url(/static/fonts/LabGrotesque-Black.eot) format('eot'), url(/static/fonts/LabGrotesque-Black.woff) format('woff'),
        url(/static/fonts/LabGrotesque-Black.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    font-style: normal;
    font-weight: 100;
    src: url(/static/fonts/LabGrotesque-Thin.woff2) format('woff2'), url(/static/fonts/LabGrotesque-Thin.woff) format('woff'),
        url(/static/fonts/LabGrotesque-Thin.ttf) format('truetype');
    font-display: swap;
}
