@font-face {
    font-family: 'Grunt Grotesk';
    src: url('gruntgrotesk-light.eot');
    src: url('gruntgrotesk-light.eot?#iefix') format('embedded-opentype'),
        url('gruntgrotesk-light.woff2') format('woff2'),
        url('gruntgrotesk-light.woff') format('woff'),
        url('gruntgrotesk-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grunt Grotesk';
    src: url('gruntgrotesk-bold.eot');
    src: url('gruntgrotesk-bold.eot?#iefix') format('embedded-opentype'),
        url('gruntgrotesk-bold.woff2') format('woff2'),
        url('gruntgrotesk-bold.woff') format('woff'),
        url('gruntgrotesk-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

