@charset "UTF-8";
/* Self-hosted Fonts (DSGVO — keine Google-Fonts-CDN-Anfragen, behebt CORS).
 * Variable Fonts (eine Datei je Familie, Gewichts-Range via font-weight).
 *   Manrope = Headlines · Inter = Body · Caveat = Script-Web-Fallback
 *   (primär Segoe Script auf Windows). */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/manrope.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/inter.woff2") format("woff2");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/caveat.woff2") format("woff2");
}
