/** Shopify CDN: Minification failed

Line 103:31 Unexpected "/"

**/
/* Additional or custom CSS */
/* =============================================
   Gerstner Programm – Custom Fonts
   ============================================= */

@font-face {
  font-family: "Gerstner Programm";
  src: url("/cdn/shop/files/Gerstner_Programm_Regular.woff2?v=1777036209") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gerstner Programm";
  src: url("/cdn/shop/files/Gerstner_Programm_Regular_Italic.woff2?v=1777036209") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gerstner Programm";
  src: url("/cdn/shop/files/Gerstner_Programm_Light.woff2?v=1777036210") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gerstner Programm";
  src: url("/cdn/shop/files/Gerstner_Programm_Light_Italic.woff2?v=1777036209") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gerstner Programm";
  src: url("/cdn/shop/files/Gerstner_Programm_Medium.woff2?v=1777036209") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gerstner Programm";
  src: url("/cdn/shop/files/Gerstner_Programm_Medium_Italic.woff2?v=1777036209") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gerstner Programm";
  src: url("/cdn/shop/files/Gerstner_Programm_Bold.woff2?v=1777036209") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gerstner Programm";
  src: url("/cdn/shop/files/Gerstner_Programm_Bold_Italic.woff2?v=1777036210") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}

/* =============================================
   CSS Variables – Luxe Theme
   ============================================= */

:root {
  /* Body / Fließtext → Regular (400) */
  --font-body-family: "Gerstner Programm", Arial, Helvetica, sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-bold: 700;

  /* Headings → Regular (400) */
  --font-heading-family: "Gerstner Programm", Arial, Helvetica, sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 400;

  /* Accent (z. B. Navigation) → Regular (400) */
  --font-accent-family: "Gerstner Programm", Arial, Helvetica, sans-serif;
  --font-accent-style: normal;
  --font-accent-weight: 400;
  }* Additional or custom CSS */

