/** Shopify CDN: Minification failed

Line 79:0 All "@import" rules must come first

**/
/* Custom font settings - Inter with -0.3px letter-spacing */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --font-body-family-override: var(--font-body-family, 'Inter', sans-serif);
  --font-heading-family-override: var(--font-heading-family, 'Inter', sans-serif);
  --font-body-weight-override: var(--font-body-weight, 400);
  --font-body-weight-bold-override: var(--font-body-weight-bold, 700);
  --font-heading-weight-override: var(--font-heading-weight, 600);
}

body,
.text-body,
button,
input,
select,
textarea {
  font-family: var(--font-body-family-override);
  letter-spacing: var(--letter-spacing-body, -0.3px);
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6,
.hxl, .hxxl {
  font-family: var(--font-heading-family-override);
  letter-spacing: var(--letter-spacing-heading, -0.3px);
}

.announcement-bar__message,
.button,
.quantity__input,
.field__input,
.select__select,
.form__label,
.caption,
.caption-with-letter-spacing,
.price,
.product__title,
.product-form__input,
.product-form label,
.cart-items,
.cart__footer,
.cart__note,
.customer,
.article,
.article__content,
.newsletter__form,
.pagination,
.footer,
.footer__blocks,
.footer__content-top,
.footer__content-bottom,
.localization-form,
.header,
.header__menu-item,
.header__submenu,
.predictive-search,
.collection,
.collection-hero,
.facets,
.product-grid {
  font-family: var(--font-body-family-override);
  letter-spacing: var(--letter-spacing-body, -0.3px);
}

/* Override any specific letter-spacing that might interfere */
.caption-with-letter-spacing,
.caption-large,
.subtitle {
  letter-spacing: var(--letter-spacing-body, -0.3px);
}

/* ── RHOLY FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --rh-ivory: #F7F3ED;
  --rh-linen: #EDE8E0;
  --rh-warm: #F0EBE3;
  --rh-charcoal: #1C1A18;
  --rh-gold: #C9A45C;
  --rh-gold-rich: #B8860B;
  --rh-silver: #B8B4AE;
  --rh-blush: #E8D5C8;
  --rh-ivory-text: #FAF8F5;
}

body { background: var(--rh-ivory) !important; color: var(--rh-charcoal) !important; }

.product__title, h1.product__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 1.25 !important;
}

h2, h3 { font-family: 'Cormorant Garamond', serif !important; font-weight: 400 !important; }

body, p, li, span, td, label {
  font-family: 'Jost', sans-serif !important;
  font-weight: 300 !important;
} 