/** Shopify CDN: Minification failed

Line 29:5 Unexpected "/"

**/
/* Fonts CSS */

/* Normal */
@font-face {
  font-family: "Canela";
  src: url("/cdn/shop/files/Canela-Regular-Web.woff2?v=1679586763") format("woff2"), 
       url("/cdn/shop/files/Canela-Regular-Web.woff?v=1679586763") format("woff");
  font-weight : 300 400;
}

/* Normal Italic */
@font-face {
  font-family: "Canela Italic";
  src: url("/cdn/shop/files/Canela-RegularItalic-Web.woff2?v=1679586763") format("woff2"), 
       url("/cdn/shop/files/Canela-RegularItalic-Web.woff?v=1679586763") format("woff");
}

/* Proxima Nova Regular */
@font-face {
  font-family: "Proxima Nova";
  src: url("/cdn/shop/files/ProximaNovaFont.otf?v=1679586763") format("opentype");
}

    */
body, h3 {
  font-family: 'Proxima Nova', sans-serif;
}

h1, h2, h4, h5, h6, h2.h2, .h4, .h1, .h2 {
  font-family: 'Canela', serif !important;
}

html {
  --heading-font-family: 'Canela', serif;
  --text-font-family: 'Proxima Nova', sans-serif;
}
/* Buttons */
.button, 
.shopify-challenge__button, 
.shopify-payment-button__button--unbranded {
  font-family: 'Proxima Nova', sans-serif !important;
}
/* Hero Image */
.slideshow__slide strong,
.content-over-media strong {
  font-family: 'Canela', serif !important;
}
#shopify-section-template--21871462678746__image_with_text_overlay_mcTrCn strong {
  font-family: 'Proxima Nova', sans-serif !important;
}
/* Mobile Side Bar */
.header-sidebar__linklist-button {
  font-family: 'Canela', serif !important;
}

/* Bundle Cards */
[id*="ai_gen_block"] h3,
[id*="ai_gen_block"] div,
[id*="ai_gen_block"] span,
[id*="ai_gen_block"] a,
[id*="ai_gen_block"] h3 a {
  font-family: 'Proxima Nova', sans-serif !important;
}

sale-price.h4,
sale-price .h4,
.text-on-sale {
  font-family: 'Proxima Nova', sans-serif !important;
  color: #000000 !important;
}