/* Syne (display) + Inter (body) — self-hosted (assets/fonts/), latin subset,
   variable-weight woff2. No Google Fonts CDN call: avoids the third-party
   request (and associated IP transfer / DSGVO exposure) on every pageview. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../../../assets/fonts/inter-variable.woff2") format("woff2");
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../../../assets/fonts/syne-variable.woff2") format("woff2");
}
