/** Shopify CDN: Minification failed

Line 57:12 Unexpected "{"

**/
@font-face {
    font-family: 'InterSemiBold';
    src: url('/cdn/shop/files/Inter28pt-SemiBold.woff2?v=1760515159') format('woff2'),
         url('/cdn/shop/files/Inter28pt-SemiBold.woff?v=1760515159') format('woff'),
         url('/cdn/shop/files/Inter28pt-SemiBold.eot?v=1760515160') format('eot'),
         url('/cdn/shop/files/Inter28pt-SemiBold.ttf?v=1760515160') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterReg';
    src: url('/cdn/shop/files/Inter28pt-Regular.woff2?v=1760515159') format('woff2'),
         url('/cdn/shop/files/Inter28pt-Regular.woff?v=1760515159') format('woff'),
         url('/cdn/shop/files/Inter28pt-Regular.eot?v=1760515160') format('eot'),
         url('/cdn/shop/files/Inter28pt-Regular.ttf?v=1760515160') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.announcement__text, .review__content {
  font-family: InterSemiBold!important;
  font-style: normal;
  font-weight: normal!important;
  letter-spacing: 0.05em;
  text-transform: var(--FONT-UPPERCASE-HEADING);
  text-transform: var(--FONT-UPPERCASE-HEADING, none);
  background-color: transparent !important;
  box-shadow: none !important;
}
.btn{
  font-family: InterSemiBold!important;
  letter-spacing: 0.1em;
}

h2 strong,  {
  font-family: InterSemiBold!important;
}
h3 strong {
  font-family: InterSemiBold!important;
}
h4 strong {
  font-family: InterSemiBold!important;
}

p {
  font-family: InterReg!important;
  font-style: normal;
  font-weight: normal!important;
  letter-spacing: 0.1em;
  text-transform: var(--FONT-UPPERCASE-HEADING);
  line-height: 1.3em;
  
  text-transform: var(--FONT-UPPERCASE-HEADING, none);
  background-color: transparent !important;
  box-shadow: none !important;
}
.navlink {
  font-family: InterReg!important;
  text-transform:uppercase;
}

.hero__title, .article__title {
  font-family: InterSemiBold!important;
  line-height:1.2em;
}


.hero__subheading {
font-family: InterSemiBold!important;
  letter-spacing: 0.2em!important;;
  text-transform: none;
  line-height:1.2em;
}
