/*
  Self-hosted webfonts — Textilreinigung Biehler
  Kein Google-Fonts-Hotlink (DSGVO): alle Dateien liegen lokal in diesem Ordner.

  Display: General Sans (Fontshare / Indian Type Foundry, freie Lizenz)
  Body:    Inter (Google Fonts, Open Font License) — als Variable Font eingebunden
*/

/* ---------- General Sans (Display) ---------- */
@font-face {
  font-family: "General Sans";
  src: url("./GeneralSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("./GeneralSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("./GeneralSans-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("./GeneralSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---------- Inter (Body) — variable font, deckt 400–700 in einer Datei ab ---------- */
@font-face {
  font-family: "Inter";
  src: url("./Inter-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
