/**
 * Indivisible — selbst gehostet (kein Google-Fonts-CDN, daher kein
 * Drittanbieter-Request und kein DSGVO-Thema).
 *
 * Eingebunden sind nur die vier Schnitte, die die Seite tatsächlich nutzt:
 * 400 (Body), 500, 600 (Headlines/Buttons), 700 (Eyebrows).
 * Kursive Schnitte werden nicht verwendet — falls doch nötig, liegen die TTFs
 * im Ordner "Schriftart" und müssen zusätzlich nach WOFF2 konvertiert werden.
 *
 * font-display:swap — Text ist sofort in der Fallback-Schrift lesbar und wird
 * nachträglich ersetzt, statt beim Laden unsichtbar zu bleiben.
 */
@font-face {
  font-family: "Indivisible";
  src: url("fonts/Indivisible-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Indivisible";
  src: url("fonts/Indivisible-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Indivisible";
  src: url("fonts/Indivisible-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Indivisible";
  src: url("fonts/Indivisible-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
