/** Shopify CDN: Minification failed

Line 51:0 Unexpected "}"

**/
/* Headline-Font */

@font-face {
    font-family: "Schmale Mediaeval";
    src: url("//www.auerbach.berlin/cdn/shop/t/19/assets/SchmaleMediaeval-Regular.woff2?v=99390074852972144801757338309") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Button-Font */
@font-face {
    font-family: "Nord";
    src: url("//www.auerbach.berlin/cdn/shop/t/19/assets/Nord-Regular.woff2?v=99357962650251513891757338309") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF;
}


:root {
    --font-heading-family: "Schmale Mediaeval", serif;
     --font-pcard-title-family: "Schmale Mediaeval", serif;
    --font-button-family: "Nord", sans-serif;
    --font-subheading-family: "Nord", sans-serif;
}

/* Cart-Anpassung Unten Bestellhinweis */

.cart-drawer__addons .reversed-link {
    font-family: var(--font-body-family);
}

/* Cart-Anpassung Gesamtpreis Preis */
span.totals__subtotal-value.h4.font-body-bolder { 
  font-family: var(--font-subheading-family) !important;
  font-size: 2.2rem;

}
/* Cart-Anpassung Gesamtpreis Text */
span.totals__subtotal.h4 {
  font-family: var(--font-body-family);
  font-size: 2.2rem;
}
}

/* Safety-Override, nur falls einzelne Headings nicht die Variable nutzen */
h1, h2, h3, h4, h5, h6,
.heading, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading-family);
}

/* h3 anpassung */
h3, .h3, .collection-card__title h3 {
    font-size: 3.45rem;
}


/* Safety-Override, falls Theme-Variable mal nicht greift */
button,
.button,
.shopify-payment-button__button{
  font-family: var(--font-button-family);
}


/* Safety-Override, falls Theme-Variable mal nicht greift */
.text-subheading {
  font-family: var(--font-subheading-family);
}


/* Preis-Anpassung */


.f-price.f-price--left, .f-price--large, .f-price, .cart-item__prices, .price{
    font-family: var(--font-button-family) !important;
     opacity: 0.7;
}


