/*
 * Self-hosted webfonts for hrzlich_crm (DSGVO-konform, keine externen CDN-Links).
 * Quelle: Google Fonts (Manrope, Jost) als statische woff2 je Schnitt.
 * Einbindung im Django-Template z. B.:
 *   <link rel="stylesheet" href="{% static 'fonts/fonts.css' %}">
 */

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/manrope-400.1589a53d0b0e.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/manrope-500.f95b8f975304.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/manrope-600.58d382c3e448.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/manrope-700.ed9e261b92db.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/static/fonts/manrope-800.63c74bc8894a.woff2") format("woff2");
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/jost-500.a3c2438bfe16.woff2") format("woff2");
}
