/** Shopify CDN: Minification failed

Line 54:0 Expected "}" to go with "{"

**/
@font-face {
  font-family: "canela";
  src: url("/cdn/shop/files/canela.woff?v=1689494289") format("woff"),
  url("/cdn/shop/files/canela.woff2?v=1689494296") format("woff2");
}

@font-face {
  font-family: "suisse";
  src: url("/cdn/shop/files/suisse.woff?v=1689499750") format("woff"),
  url("/cdn/shop/files/suisse.woff2?v=1689499756") format("woff2");
}

:root {
  /* 
  --font-logo: unset; 
  --font-logo-weight: unset; 
  --font-logo-style: unset; 
  */

  --font-heading: canela; 
  --font-heading-weight: 400;
  --font-heading-style: unset;

  --font-body: suisse;
  --font-body-weight: 400;
  --font-body-style: unset;

.fs-navigation-base {
  font-size: 14px;
}
  
.fs-product-card-title {
  text-transform: capitalize;
}
  
.product-item__product-vendor {
  text-transform: uppercase;
  font-size: 14px;
}

.product__vendor_and_sku {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-item__price {
  font-size: 14px;
}
