/** Shopify CDN: Minification failed

Line 52:38 Unexpected "/"

**/
@font-face {
  font-family: 'Prata';
  src: url('//tuecherluxus.de/cdn/shop/files/prata-regular-webfont.woff2?v=17063995780559756616') format('woff2'),
       url('//tuecherluxus.de/cdn/shop/files/prata-regular-webfont.woff?v=11041064811852554047') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Nur die H1-Optik im Atelier-Theme auf Prata zwingen */
.h1,
.h1 h1 {
  font-family: 'Prata', serif !important;
  font-weight: 400;
}

/* H2 */
.h2,
.h2 h2 {
  font-family: 'Prata', serif !important;
  font-weight: 400;
}

/* H3 */
.h3,
.h3 h3 {
  font-family: 'Prata', serif !important;
  font-weight: 400;
}

/* Produkt-Titel in Karten / Views / Quick-View etc. */
.view-product-title,
.view-product-title a.link {
  font-family: 'Prata', serif !important;
  font-weight: 400 !important;
}

/* Titel-Block, der als <p> im .h2-Wrapper innerhalb eines Links gerendert wird */
a[ref="productTitleLink"] .h2,
a[ref="productTitleLink"] .h2 p {
  font-family: 'Prata', serif !important;
  font-weight: 400 !important;
}

* ---------------------------------
   Typografischer Feinschliff
   --------------------------------- */

.h1 h1 {
  line-height: 1.1;
}

.h2 h2 {
  line-height: 1.2;
}

.h3 h3 {
  line-height: 1.25;
}

 /* =========================================
   Mobile Typography – Prata dezenter
   ========================================= */

@media (max-width: 768px) {

  /* H1 */ 
  .h1 p,
  .h1 h1 {
    font-size: 1.6rem;
    line-height: 1.15;
  }

  /* H2 */
  .h2 p,
  .h2 h2 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  /* H3 */
  .h3 p,
  .h3 h3 {
    font-size: 1.15rem;
    line-height: 1.25;
  }


  /* Produkttitel (falls separat gerendert) */
  .view-product-title a,
  a[ref="productTitleLink"] .h2 p {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
 
