/* Keine externen Font-Anfragen: systemnahe Fallbacks ohne Tracking. */
@font-face {
  font-family: "Inter Local";
  src: local("Inter");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Bricolage Local";
  src: local("Bricolage Grotesque");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}
