/** Shopify CDN: Minification failed

Line 13:16 Expected ")" to end URL token
Line 14:16 Expected ")" to end URL token
Line 15:13 Expected ")" to end URL token
Line 16:13 Expected ")" to end URL token
Line 17:13 Expected ")" to end URL token
Line 18:13 Expected ")" to end URL token

**/
  @font-face { 
    font-family: "Bonkers"; 
    src: url({{ "Bonkers.otf" | asset_url }}); 
    src: url({{ "bonkers-webfont.eot" | asset_url }}) format("embedded-opentype"), 
      url({{ "bonkers-webfont.woff" | asset_url }}) format("woff"),
      url({{ "bonkers-webfont.woff2" | asset_url }}) format("woff2"), 
      url({{ "bonkers-webfont.ttf" | asset_url }}) format("truetype"), 
      url({{ "bonkers-webfont.svg" | asset_url }}) format("svg"); 
  }