/** Shopify CDN: Minification failed

Line 18:15 Expected ")" to end URL token
Line 19:8 Expected identifier but found bad URL token
Line 19:14 Expected ")" to end URL token
Line 20:14 Expected ")" to end URL token
Line 21:14 Expected ")" to end URL token
Line 22:14 Expected ")" to end URL token
Line 30:15 Expected ")" to end URL token
Line 31:9 Expected identifier but found bad URL token
Line 31:15 Expected ")" to end URL token
Line 32:14 Expected ")" to end URL token
... and 2 more hidden warnings

**/
@font-face {
    font-family: 'Brandon Grotesque';
    src: url({{'BrandonGrotesque-Regular.eot' | file_url}});
        url({{'BrandonGrotesque-Regular.eot?#iefix' | file_url}}) format('embedded-opentype'),
        url({{'BrandonGrotesque-Regular.woff2' | file_url}}) format('woff2'),
        url({{'BrandonGrotesque-Regular.woff' | file_url}}) format('woff'),
        url({{'BrandonGrotesque-Regular.ttf' | file_url}}) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url({{'BrandonGrotesque-Bold.eot' | file_url}});
         url({{'BrandonGrotesque-Bold.eot?#iefix' | file_url}}) format('embedded-opentype'),
        url({{'BrandonGrotesque-Bold.woff2' | file_url}}) format('woff2'),
        url({{'BrandonGrotesque-Bold.woff' | file_url}}) format('woff'),
        url({{'BrandonGrotesque-Bold.ttf' | file_url}}) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}