/* Lokale Webfonts — keine externen Requests, Seite läuft komplett offline.
   Abril Fatface: Vintage-Plakat-Didone für Headlines.
   Barlow: Sans mit US-Signage-DNA für Fließtext/UI („Schonungen" im Logo).
   Schoolbell: dünne Hand-Print-Schrift — entspricht der Handschrift
   („erfekt/tyle") im Original-Logo der Kundin. */

@font-face {
  font-family: "Abril Fatface";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/abril-fatface-v25-latin_latin-ext-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Yellowtail";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/yellowtail-v25-latin_latin-ext-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Schoolbell";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/schoolbell-v18-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/barlow-v13-latin_latin-ext-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/barlow-v13-latin_latin-ext-500.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/barlow-v13-latin_latin-ext-600.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/barlow-v13-latin_latin-ext-700.woff2") format("woff2");
}
