/** Shopify CDN: Minification failed

Line 6:0 Unexpected "/"

**/
/@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400&display=swap');

/* 1. Color palette (root variables) */
:root {
  --color-base-text: 26, 26, 26;
  --color-base-background-1: 250, 248, 244;
  --color-base-background-2: 245, 242, 235;
  --color-base-accent-1: 26, 26, 26;
  --color-base-accent-2: 183, 148, 90;
  --color-base-outline: 210, 200, 180;
  --color-base-solid-button-labels: 250, 248, 244;
  --color-base-outline-button-labels: 26, 26, 26;
}

/* 2. Typography – elegant serif headings */
h1, h2, h3, h4,
.h1, .h2, .h3, .h4,
.product__title,
.collection-hero__title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  color: rgb(26, 26, 26) !important;
}

body, p, span, a, button, input, select {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: 0.01em !important;
}

/* 3. Buttons */
.button,
.shopify-payment-button__button--unbranded {
  background: rgb(26, 26, 26) !important;
  color: rgb(250, 248, 244) !important;
}