/** Shopify CDN: Minification failed

Line 16:43 Expected identifier but found "!"
Line 29:0 Unexpected "{"
Line 29:1 Expected identifier but found "%"
Line 33:0 Unexpected "{"
Line 33:1 Expected identifier but found "%"

**/
.block-text-content {
    padding: 1.2em;
    min-height: 38vh;   
}

.heading, .h0, .h1, .h2, .h3, .h4, .h5, .h6, .prose :is(h1, h2, h3, h4, h5, h6) {
    font-family: articulat-cf, sans-serif; !important;
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading-letter-spacing);
    text-transform: var(--heading-text-transform);
    overflow-wrap: anywhere;
  }

  .block_scrollbar {
    padding-top: 0.5rem;
  }


{% if template.name == 'product' %}
  .section--tight {
  padding-block-start: 0.2em;
}
{% endif %}