/** Shopify CDN: Minification failed

Line 9:14 Expected ")" to end URL token
Line 18:14 Expected ")" to end URL token

**/
@font-face {
  font-family: "nunito-sans";
  src: url({{ 'nunito-sans.woff2' | asset_url }}) format('woff2');
  font-weight: 400; /* Regular weight */
  font-stretch: 100%;
  font-style: normal;
  font-display: swap; /* Improves loading behavior */
}

@font-face {
  font-family: "nunito-sans";
  src: url({{ 'nunito-sans.woff2' | asset_url }}) format('woff2');
  font-weight: 600; /* Bold weight */
  font-stretch: 100%;
  font-style: normal;
  font-display: swap; /* Improves loading behavior */
}