/** Shopify CDN: Minification failed

Line 11:0 Unexpected "{"
Line 11:1 Expected identifier but found "%"
Line 11:34 Expected identifier but found "%"
Line 110:0 Unexpected "{"
Line 110:1 Expected identifier but found "%"
Line 110:34 Expected identifier but found "%"

**/
{% comment %} Audrey custom code {% endcomment %}
@font-face {
    font-family: 'Canela-Thin-Web';
    src: url('/cdn/shop/files/Canela-Thin-Web.woff2?v=1713465227') format('woff2'),
        url('/cdn/shop/files/Canela-Thin-Web.woff?v=1713465227') format('woff'),
        url('/cdn/shop/files/Canela-Thin-Web.otf?v=1713465216') format('otf');
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/cdn/shop/files/NeueHaasDisplay-Mediu.woff2') format('woff2'),
        url('/cdn/shop/files/NeueHaasDisplay-Mediu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/cdn/shop/files/NeueHaasDisplay-LightItalic.woff2') format('woff2'),
        url('/cdn/shop/files/NeueHaasDisplay-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/cdn/shop/files/NeueHaasDisplay-Light.woff2') format('woff2'),
        url('/cdn/shop/files/NeueHaasDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/cdn/shop/files/NeueHaasDisplay-MediumItalic.woff2') format('woff2'),
        url('/cdn/shop/files/NeueHaasDisplay-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/cdn/shop/files/NeueHaasDisplay-Roman.woff2') format('woff2'),
        url('/cdn/shop/files/NeueHaasDisplay-Roman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/cdn/shop/files/NeueHaasDisplay-RomanItalic.woff2') format('woff2'),
        url('/cdn/shop/files/NeueHaasDisplay-RomanItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

  
body, p, span, btn, button, a, li {
	font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-weight: 300 !important;
  font-style: normal;
}

  
h1, h2, h3, h5, h6 {
	font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-weight: 500;
  font-style: normal;
}

h4 {
	font-family: 'Canela-Thin-Web', sans-serif!important;
  font-weight: 100;
  font-style: normal;
}

.footer__block__title {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif!important;
    font-weight: normal;
  font-style: normal;
}

.okeReviews .okeReviews-review-main-heading {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif!important;
    font-weight: 100;
    font-style: normal;
}


{% comment %} Audrey custom code {% endcomment %}