/** Shopify CDN: Minification failed

Line 14:1 Unexpected "}"
Line 47:3 Unexpected "{"

**/
/* NEAT: final fix — parse Liquid in CSS */
@font-face {
  font-family: 'Amsterdam One';
  src: url('/cdn/shop/files/Amsterdam-One.woff2?v=1741972646') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}}) format('woff2'),
      url(//elisabetprag.com/cdn/shop/t/16/assets/Amsterdam-One.woff?v=129466753011080757071760368481) format('woff');
  font-weight:400;
  line-height: 1.4;
  font-style:normal;
  font-display:swap;
}
/* 2. Apply the font and line-height ONLY to h2 elements */
.h3 {
  font-family: 'Amsterdam One', serif !important;
  line-height: 1.4; /* Adjust this value if needed */
}

.text-block,
.text-block__content,
.text-block__heading,
.custom-font-family,
.custom-font-size,
.custom-font-style,
.shopify-section{
  --font-heading-family: 'Amsterdam One', serif !important;
}

.text-block__heading,
.text-block__text,
.text-block__content,
.image-with-text__heading,
.rich-text__heading,
.banner__heading,
.card__heading,
.section-title,
.title--primary,
.title--section,
h3,{
  font-family:'Amsterdam One', serif !important;
}