/* Self-hosted fonts — no requests to fonts.googleapis.com / fonts.gstatic.com.
   Files downloaded once from Google's own CDN and served locally, per
   google-fonts-selfhost/README-selfhost-fonts.md (LG München I Abmahnung risk). */

@font-face {
  font-family: "Quattrocento";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/quattrocento-400.woff2") format("woff2");
}

@font-face {
  font-family: "Quattrocento";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/quattrocento-700.woff2") format("woff2");
}

@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/public-sans-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/sora-variable.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-variable.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-400.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-500.woff2") format("woff2");
}
