/** Shopify CDN: Minification failed

Line 7:0 Unexpected "`"
Line 131:0 Unexpected "`"

**/
```css
@font-face {
  font-family: 'VintageGoods';
  src: url('/cdn/shop/files/vintage_goods-webfont.woff2?v=1781209757') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* ================================================
   MOUNTAIN LIVING — PRESTIGE THEME CUSTOM CSS
   mountainliving.shop
================================================ */

/* ── NAV ── */
[class*="header"] .h6,
[class*="header"] a,
[class*="header"] summary {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3em !important;
  line-height: normal !important;
}

/* ── HEADINGS GLOBAL ── */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 0.80 !important;
}

/* ── COLLECTION GRID TITLES ── */
.h5 {
  font-size: 16px !important;
}

/* ── PRODUCT TITLE ── */
.product-title {
  font-size: 28px !important;
}

/* ── SCRIPT FONT ── */
.script-font,
.newsletter .h6,
.shopify-section--media-grid .h6 {
  font-family: 'VintageGoods', cursive !important;
  font-size: 28px !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
}

/* ── NEWSLETTER MAIN HEADING ── */
.newsletter .h2 {
  font-family: 'Old Standard TT', serif !important;
  font-weight: 700 !important;
  font-size: 52px !important;
}

/* ── FOOTER ── */
.shopify-section--footer .h6 {
  font-family: 'Old Standard TT', serif !important;
  font-size: 16px !important;
  letter-spacing: 0.1em !important;
  font-weight: 700 !important;
}

/* ── DESKTOP ── */
@media (min-width: 769px) {

  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 35px !important;
  }

  .slideshow__slide-content--boxed {
    margin-top: 120px !important;
  }

  .shopify-section--footer .h6 {
    font-size: 16px !important;
  }
}

/* ── MOBILE ── */
@media (max-width: 768px) {

  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 28px !important;
  }

  .shopify-section--footer .h6 {
    font-size: 16px !important;
  }
}

/* ── COLLECTION GRID BUTTON OUTLINES — WHITE ── */
.media-grid .prose .button--outline {
  border-color: rgba(255, 255, 255, 0.9) !important;
  color: white !important;
  background: transparent !important;
  border-width: 1px !important;

  --button-outline-color: rgba(255, 255, 255, 0.9) !important;
  --border-color: rgba(255, 255, 255, 0.9) !important;
  --button-text-color: 255 255 255 !important;
}
.product-card__title,
.product-title,
.h5 {
  font-size: 13px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.03em !important;
  text-transform: none !important;
}
.product-title,
h1.product-title,
.product-info__block-item .product-title {
  font-size: 20px !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}
```
