/** Shopify CDN: Minification failed

Line 10:19 Expected identifier but found whitespace
Line 10:21 Unexpected "{"
Line 10:31 Expected ":"
Line 10:56 Expected identifier but found "!"

**/
.cart-count-bubble {
  background-color: {{ settings.custom.primary_color }} !important;
}

.header__heading-link {
      content: url("/cdn/shop/files/Purl_Logo_Sml.png?v=1741135987") !important; /* Change the logo to the Purl-specific logo */
      max-width: 150px !important;
    }

p, span, h2 {
      font-family: "dm-sans", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    }

.h4, .shopify-payment-button__button {
      font-family: "dm-sans", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    }

h1 {
  font-family: "nave", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  font-size: 4em !important;
}

.color-scheme-2 {
        --color-background: #F9C1CC !important;
        --gradient-background: #F9C1CC !important;
        --color-foreground: #000000 !important;
        --color-background-contrast: #F9C1CC !important;
        --color-shadow: #000000 !important;
        --color-button: #F9C1CC !important;
        --color-button-text: #000000 !important;
        --color-secondary-button: #F9C1CC !important;
        --color-secondary-button-text: #000000 !important;
        --color-link: #F9C1CC !important;
        --color-badge-foreground: #000000 !important;
        --color-badge-background: #F9C1CC !important;
        --color-badge-border: #F9C1CC !important;
        --payment-terms-background-color: rgb(255, 255, 255) !important;
      }