/** Shopify CDN: Minification failed

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

**/
/* Canela Font - Using CanelaWeb files */
@font-face {
  font-family: 'Canela';
  src: url({{ 'CanelaWeb-Regular.woff2' | asset_url }}) format('woff2'),
       url({{ 'CanelaWeb-Regular.woff' | asset_url }}) format('woff'),
       url({{ 'CanelaWeb-Regular.ttf' | asset_url }}) format('truetype'),
       url({{ 'CanelaWeb-Regular.eot' | asset_url }}) format('embedded-opentype'),
       url({{ 'CanelaWeb-Regular.svg' | asset_url }}#CanelaWeb-Regular) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Utility class to apply Canela font */
.canela {
  font-family: 'Canela', serif;
  font-weight: 400;
}

/* Optional: Heading-specific Canela class */
.canela-heading {
  font-family: 'Canela', serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* Optional: Large display Canela class */
.canela-display {
  font-family: 'Canela', serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}