/* =============================================================
   MOCwebdesign — Fontshare-Schriften, LOKAL self-hosted (DSGVO)
   Keine IP-Übertragung an Fontshare/Google zur Laufzeit.
   Clash Display = Display/Headline · General Sans = Body/UI
   Lizenz: Fontshare (Indian Type Foundry) — kostenlos, kommerziell
           nutzbar inkl. Self-Hosting.
   ============================================================= */

/* ---------- Clash Display ---------- */
@font-face {
  font-family: 'Clash Display';
  src: url('./ClashDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('./ClashDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('./ClashDisplay-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('./ClashDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---------- General Sans ---------- */
@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;
}
