/** Shopify CDN: Minification failed

Line 10:5 Expected ":"
Line 17:5 Expected ":"

**/
@font-face {
  font-family: "Museo Slab";
  src: url("/cdn/shop/files/Museo_Slab_500.woff?v=1691603702") format("woff");
  src url("/cdn/shop/files/Museo_Slab_500.woff2?v=1691603702") format("woff2");
  src: url("/cdn/shop/files/Museo_Slab_500.eot?v=1695305042") format("embedded-opentype");
  src: url("/cdn/shop/files/Museo_Slab_500.ttf?v=1695748981") format("truetype");
  font-weight: 1 1000;

  font-family: "Museo Sans";
  src: url("/cdn/shop/files/MuseoSans-300.woff?v=1691603702") format("woff");
  src url("/cdn/shop/files/MuseoSans-300.woff2?v=1691603702") format("woff2");
  src: url("/cdn/shop/files/MuseoSans-300.eot?v=1695305048") format('embedded-opentype');
  src: url("/cdn/shop/files/MuseoSans-300.ttf?v=1695748996") format('truetype');
  font-weight: 1 1000;
}

:root {
  --font-heading: "Museo Slab"; 
  --font-heading-weight: 500;
  --font-heading-style: unset;
}
  
.btn {
  font-family: "Museo Slab" !important;
}
  
.ff-subheading {
    font-family: "Museo Sans";
}


.klaviyo-bis-trigger {
  background-color: #000;
  color: #fff;
  
}

h6 strong {
  font-weight:500 !important;
}