/** Shopify CDN: Minification failed

Line 6:2 Unexpected "@font-face"

**/
I @font-face {
  font-family: 'Louize Regular';
  src: url('/cdn/shop/files/Louize-Regular.woff2?v=1750106330') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Louize Italic';
  src: url('/cdn/shop/files/Louize-Italic.woff2?v=1750106330') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FS Benjamin';
  src: url('/cdn/shop/files/FS-Benjamin.woff2?v=1750106330') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ModernEra-Regular';
  src: url('/cdn/shop/files/ModernEra-Regular.woff2?v=1750106330') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.header__primary-nav, .button, .h6, .price-list .h4 {
  font-family: 'FS Benjamin' !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
.h1, .h2, .h3, .h4, .h6.product-title, .text-with-icons__item .h6 {
  font-family: 'Louize Regular' !important;
  text-transform: unset !important;
  letter-spacing: 1px !important;
}
p, .footer__block--links {
  font-family: 'ModernEra-Regular';
  letter-spacing: 0.75px;
}
.h2 {
  font-size: calc(var(--text-h2) * 1.2) !important;
}
.h4 {
  font-size: calc(var(--text-h4) * 1.2)  !important;
}
.header__primary-nav{
  font-size: 12px;
}
.product-title.h6, .text-with-icons__item .h6, .price-list .h4 {
  font-size: 16px !important;
}
.product-title.h3 {
  font-size: 30px;
}
.slideshow__slide-content .button {
  padding: 8px 16px;
}
.announcement-bar p {
  font-family: 'ModernEra-Regular';
  letter-spacing: 1px;
  text-transform: unset;
  font-size: 12px;
}/* Reduce top/bottom spacing in collection page banner */
.collection-hero {
  padding-top: 2rem !important;   /* default is usually 6–8rem */
  padding-bottom: 2rem !important;
}

/* Optional: reduce spacing inside the text wrapper */
.collection-hero__content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
