/* TrockXBau — Webfonts.
   BMW Type Next Latin is licensed and not publicly available. Substituted with Inter
   (weights 300 / 400 / 700). Self-hosted (not loaded from Google Fonts) so no visitor
   IP address is transferred to Google on page load — avoids the exact GDPR issue German
   courts have flagged (LG München I, Az. 3 O 17493/20) for external Google Fonts loading. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/inter-latin-variable.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/inter-latin-variable.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/inter-latin-variable.woff2") format("woff2");
}
